Skip to content

Commit

Permalink
tab
Browse files Browse the repository at this point in the history
  • Loading branch information
alikon committed Nov 11, 2017
1 parent 299036a commit 418e91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/components/com_modules/models/modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ protected function getListQuery()
$groups = implode(',', $user->getAuthorisedViewLevels());
$query->where('a.access IN (' . $groups . ')');
}

// Filter by access level.
if ($access = $this->getState('filter.access'))
{
Expand Down

0 comments on commit 418e91e

Please sign in to comment.