mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-17 13:56:48 +01:00
* [DEV] Improved account search handling
This commit is contained in:
@@ -73,7 +73,7 @@ class UserPreferencesController extends ControllerBase implements ActionsInterfa
|
||||
$this->view->assign('tabs', array());
|
||||
$this->view->assign('sk', SessionUtil::getSessionKey(true));
|
||||
$this->userId = Session::getUserId();
|
||||
$this->userPrefs = UserPreferences::getItem()->getById($this->userId)->getItemData();
|
||||
$this->userPrefs = UserPreferences::getItem()->getById($this->userId);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user