* [DEV] Minor improvements

This commit is contained in:
nuxsmin
2016-11-30 22:23:00 +01:00
committed by Rubén Domínguez
parent db6f58e642
commit cd3dd55446
11 changed files with 76 additions and 24 deletions

View File

@@ -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);
}