Skip to content

Commit

Permalink
fix closure
Browse files Browse the repository at this point in the history
  • Loading branch information
creecros committed Jul 1, 2019
1 parent 949d60c commit 64107ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Helper/NewTaskHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,9 @@ public function renderMultiAssigneeField(array $users, array $values, array $err
if ($member['user_id'] == $id){ $html .= ' selected="selected"'; break; }
}
}

$html .= '>'.$this->helper->text->e($value).'</option>';
}
$html .= '>'.$this->helper->text->e($value).'</option>';
}
$html .= '</select>';

Expand Down

0 comments on commit 64107ab

Please sign in to comment.