SAAS-461: Re-enable timezone and language settings for Super Admins

This commit is contained in:
Albert Santoni 2014-07-28 12:37:40 -04:00
parent 4b4554476a
commit d320651735
3 changed files with 22 additions and 6 deletions

View file

@ -124,11 +124,7 @@ class UserController extends Zend_Controller_Action
}
public function editUserAction()
{
if (Application_Model_User::getCurrentUser()->isSuperAdmin()) {
$this->_redirect('billing/client');
}
{
$request = $this->getRequest();
$form = new Application_Form_EditUser();
if ($request->isPost()) {