Fix editing other user settings
This commit is contained in:
@@ -251,5 +251,5 @@ define(['appSettings', 'events'], function (appSettings, events) {
|
||||
return this.get(key, true);
|
||||
};
|
||||
|
||||
return new UserSettings();
|
||||
return UserSettings;
|
||||
});
|
||||
Reference in New Issue
Block a user