Skip to content

Commit

Permalink
isUserSuperUser
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepereiradasilva committed Jun 9, 2016
1 parent 92a4340 commit 81940d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/components/com_config/model/application.php
Expand Up @@ -405,7 +405,7 @@ public function storePermissions($permission = null)
}

// Check if this group has super user permissions
$isSuperUser = false;
$isUserSuperUser = false;

if (in_array($permission['rule'], $user->groups))
{
Expand Down

0 comments on commit 81940d0

Please sign in to comment.