Skip to content

Commit

Permalink
Fix Module User/Admin/Group Box query
Browse files Browse the repository at this point in the history
  • Loading branch information
c0r1an committed Mar 23, 2017
1 parent 83e2db2 commit dee07e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/modules/user/controllers/admin/Group.php
Expand Up @@ -236,7 +236,7 @@ public function accessAction()
$articles = $articleMapper->getArticles();

$boxMapper = new BoxMapper();
$boxes = $boxMapper->getSelfBoxList($this->getTranslator()->getLocale());
$boxes = $boxMapper->getSelfBoxList('');

$accessTypes = [
'module' => $modules,
Expand Down

0 comments on commit dee07e9

Please sign in to comment.