Undo bad change
This commit is contained in:
parent
94a4ccb6ab
commit
23adc64db1
|
|
@ -154,8 +154,7 @@ class Controller extends Extendable
|
|||
|
||||
// Check his access groups against the page definition
|
||||
if ($this->requiredPermissions && !$this->user->hasAnyAccess($this->requiredPermissions))
|
||||
if ($this->action != 'mysettings')
|
||||
return Response::make('Access Forbidden', '403');
|
||||
return Response::make('Access Forbidden', '403');
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue