mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-13 20:06:57 +01:00
* [ADD] PHP modules checking. Work in progress
* [FIX] Minor bugfixes * [MOD] Code refactoring
This commit is contained in:
@@ -122,6 +122,7 @@ final class UserProfileController extends ControllerBase implements CrudControll
|
||||
*
|
||||
* @throws \SP\Core\Exceptions\ConstraintException
|
||||
* @throws \SP\Core\Exceptions\QueryException
|
||||
* @throws \SP\Services\ServiceException
|
||||
*/
|
||||
protected function setViewData($profileId = null)
|
||||
{
|
||||
@@ -146,7 +147,7 @@ final class UserProfileController extends ControllerBase implements CrudControll
|
||||
}
|
||||
|
||||
$this->view->assign('showViewCustomPass', $this->acl->checkUserAccess(Acl::CUSTOMFIELD_VIEW_PASS));
|
||||
$this->view->assign('customFields', $this->getCustomFieldsForItem(Acl::PROFILE, $profileId, $this->session));
|
||||
$this->view->assign('customFields', $this->getCustomFieldsForItem(Acl::PROFILE, $profileId));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user