Fixes protection level bug

This commit is contained in:
Samuel Georges 2015-08-31 17:19:25 +10:00
parent 51c7878e8f
commit 8a28ce4e5f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class UserPreferencesModel extends SettingsModel
{
parent::__construct($model);
$this->model->table = 'backend_user_preferences';
$this->model->setTable('backend_user_preferences');
}
/**