فهرست منبع

Revert the "fix" #944
doesn't really fix the issue and causes admins to lose all their permissions

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

Suki 10 سال پیش
والد
کامیت
c48ac72f09
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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['permissions']))
+	if (empty($user_info))
 		return false;
 
 	// Administrators are supermen :P.