Archived
1
0
Fork 0

app/controllers/backend/UserController.php: in editAction() take "user/form" view.

This commit is contained in:
Henrik Hautakoski 2022-07-24 23:04:08 +02:00
parent 59c2baeb74
commit 172cddb577

View file

@ -49,6 +49,7 @@ class UserController extends \Phalcon\Mvc\Controller
$this->view->user = $user;
$this->view->form = $form;
$this->view->pick('user/form');
}
public function statusAction($id, $type)