mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-13 03:46:58 +01:00
* [ADD] PHP modules checking. Work in progress
* [FIX] Minor bugfixes * [MOD] Code refactoring
This commit is contained in:
@@ -171,7 +171,7 @@ final class UserController extends ControllerBase implements CrudControllerInter
|
||||
}
|
||||
|
||||
$this->view->assign('showViewCustomPass', $this->acl->checkUserAccess(Acl::CUSTOMFIELD_VIEW_PASS));
|
||||
$this->view->assign('customFields', $this->getCustomFieldsForItem(Acl::USER, $userId, $this->session));
|
||||
$this->view->assign('customFields', $this->getCustomFieldsForItem(Acl::USER, $userId));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user