Skip to content

Commit

Permalink
rem todo
Browse files Browse the repository at this point in the history
  • Loading branch information
craigh committed Jul 14, 2017
1 parent ffd7ee7 commit e4c13fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function listAction(Request $request, $sort = 'uid', $sortdir = 'DESC', $
if (!empty($letter) && 'all' != $letter) {
$filter['uname'] = ['operator' => 'like', 'operand' => "$letter%"];
}
$limit = 25; // @todo make this configurable?
$limit = 25;

$mappings = $this->get('zikula_zauth_module.authentication_mapping_repository')->query(
$filter,
Expand Down

0 comments on commit e4c13fb

Please sign in to comment.