Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
infograf768 committed Mar 15, 2017
1 parent ef77a55 commit 1763507
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ protected function getListQuery()
// Filter on the level.
if ($level = $this->getState('filter.level'))
{
$query->where($db->qn( 'a.level') . ' <= ' . ((int) $level + (int) $baselevel - 1));
$query->where($db->qn('a.level') . ' <= ' . ((int) $level + (int) $baselevel - 1));
}

// Filter by menu type.
Expand Down

0 comments on commit 1763507

Please sign in to comment.