Security: Temporary grant all permissions

This commit is contained in:
Eric Lippmann 2015-01-22 17:12:49 +01:00
parent ef0a7c0e77
commit 44de790cc9
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ class Manager
*/
public function hasPermission($permission)
{
return true;
if (! $this->isAuthenticated()) {
return false;
}