We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb23c8 commit e103176Copy full SHA for e103176
1 file changed
app/assets/javascripts/discourse/controllers/preferences_controller.js
@@ -8,7 +8,7 @@
8
**/
9
Discourse.PreferencesController = Discourse.ObjectController.extend({
10
allowAvatarUpload: function() {
11
- return Discourse.SiteSetting.allow_uploaded_avatars;
+ return Discourse.SiteSettings.allow_uploaded_avatars;
12
}.property(),
13
14
// By default we haven't saved anything
0 commit comments