Ref #306 - mysettings should be unrestricted by permissions

This commit is contained in:
Sam Georges 2014-06-16 21:12:50 +10:00
parent 0b8c8a0c0f
commit 94a4ccb6ab
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ class Users extends Controller
{
parent::__construct();
if ($this->action == 'mysettings')
$this->requiredPermissions = null;
BackendMenu::setContext('October.System', 'system', 'users');
}