mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
FIX: actually show the upload avatar modal when allow_uploaded_avatars is true
This commit is contained in:
parent
7bb23c8ce8
commit
e103176400
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
**/
|
||||
Discourse.PreferencesController = Discourse.ObjectController.extend({
|
||||
allowAvatarUpload: function() {
|
||||
return Discourse.SiteSetting.allow_uploaded_avatars;
|
||||
return Discourse.SiteSettings.allow_uploaded_avatars;
|
||||
}.property(),
|
||||
|
||||
// By default we haven't saved anything
|
||||
|
|
Loading…
Reference in a new issue