chore: Inject adapters.

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2022-06-26 13:06:03 +02:00
parent f56bfc22f4
commit f48a5df9bb
6 changed files with 21 additions and 18 deletions

View File

@@ -129,7 +129,7 @@ abstract class ControllerBase
$this->view->assign('ctx_userIsAdminAcc', $this->userData->getIsAdminAcc());
}
$this->view->assign('action', true);
$this->view->assign('action', $this->actionName);
}
/**