Skip to content

Commit

Permalink
Fixed the break portion
Browse files Browse the repository at this point in the history
  • Loading branch information
aalaily committed Aug 13, 2015
1 parent d167f31 commit 5961708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/admin/UsersController.php
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@ public function postLDAP() {
array_push($summary, $item);
}
/* Easy break in the loop */
if ($i <= 15)
if ($i >= 15)
break;
}

Expand Down

0 comments on commit 5961708

Please sign in to comment.