Merge branch 'master' of github.com:thelia/thelia

This commit is contained in:
Manuel Raynaud
2014-01-10 16:47:17 +01:00

View File

@@ -88,10 +88,6 @@ class Auth extends BaseLoop implements ArraySearchLoopInterface
$module = $this->getModule(); $module = $this->getModule();
$access = $this->getAccess(); $access = $this->getAccess();
if (null !== $module) {
$in = true;
}
try { try {
if (true === $this->securityContext->isGranted( if (true === $this->securityContext->isGranted(
$roles, $roles,