* [DEV] Improved account search handling

This commit is contained in:
nuxsmin
2016-11-02 23:35:32 +01:00
committed by Rubén Domínguez
parent cc3db310f7
commit 2eb72d0893
56 changed files with 327 additions and 373 deletions

View File

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