Browse Source

fixes #944
Thanks to HoverClub for the fix :)

Signed-off-by: Suki <[email protected]>

Suki 10 years ago
parent
commit
b58f4282df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/Security.php

+ 1 - 1
Sources/Security.php

@@ -919,7 +919,7 @@ function allowedTo($permission, $boards = null)
 		return true;
 
 	// You're never allowed to do something if your data hasn't been loaded yet!
-	if (empty($user_info))
+	if (empty($user_info['permissions']))
 		return false;
 
 	// Administrators are supermen :P.