Skip to content

Commit 64107ab

Browse files
committed
fix closure
1 parent 949d60c commit 64107ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Helper/NewTaskHelper.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,9 @@ public function renderMultiAssigneeField(array $users, array $values, array $err
158158
if ($member['user_id'] == $id){ $html .= ' selected="selected"'; break; }
159159
}
160160
}
161+
162+
$html .= '>'.$this->helper->text->e($value).'</option>';
161163
}
162-
$html .= '>'.$this->helper->text->e($value).'</option>';
163164
}
164165
$html .= '</select>';
165166

0 commit comments

Comments
 (0)