mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-04 15:44:07 +01:00
* [DEV] Minor improvements
This commit is contained in:
@@ -70,7 +70,7 @@ class UserPreferencesController extends ControllerBase implements ActionsInterfa
|
||||
|
||||
$this->view->assign('tabs', array());
|
||||
$this->view->assign('sk', SessionUtil::getSessionKey(true));
|
||||
$this->userId = Session::getUserData()->getUserId();
|
||||
$this->userId = $this->UserData->getUserId();
|
||||
$this->userPrefs = UserPreferences::getItem()->getById($this->userId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user