app/controllers/backend/UserController.php: in editAction() take "user/form" view.
This commit is contained in:
parent
59c2baeb74
commit
172cddb577
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ class UserController extends \Phalcon\Mvc\Controller
|
||||||
|
|
||||||
$this->view->user = $user;
|
$this->view->user = $user;
|
||||||
$this->view->form = $form;
|
$this->view->form = $form;
|
||||||
|
$this->view->pick('user/form');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function statusAction($id, $type)
|
public function statusAction($id, $type)
|
||||||
|
|
|
||||||
Reference in a new issue