Fixed privilege checking

This commit is contained in:
Marcin Kurczewski 2014-10-07 20:56:33 +02:00
parent 49124298a2
commit d1c2c77eb5

View file

@ -56,7 +56,7 @@ class PrivilegeService
}
else
{
if (!$this->authService->getLoggedInUser())
if (!$this->authService->isLoggedIn())
$this->fail();
}
}