Merge branch 'cc-5709-airtime-analyzer-buy-now' into cc-5709-airtime-analyzer-buy-now-saas
This commit is contained in:
commit
54590de6ee
2 changed files with 5 additions and 1 deletions
|
@ -125,6 +125,10 @@ class UserController extends Zend_Controller_Action
|
||||||
|
|
||||||
public function editUserAction()
|
public function editUserAction()
|
||||||
{
|
{
|
||||||
|
if (Application_Model_User::getCurrentUser()->isSuperAdmin()) {
|
||||||
|
$this->_redirect('billing/client');
|
||||||
|
}
|
||||||
|
|
||||||
$request = $this->getRequest();
|
$request = $this->getRequest();
|
||||||
$form = new Application_Form_EditUser();
|
$form = new Application_Form_EditUser();
|
||||||
if ($request->isPost()) {
|
if ($request->isPost()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue