Merge branch 'master' into vdom

This commit is contained in:
Sam 2016-02-17 18:39:11 +11:00
commit 1e131a120c
2 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,7 @@ const User = RestModel.extend({
type: 'PUT'
}).then(result => {
this.set('bio_excerpt', result.user.bio_excerpt);
const userProps = Em.getProperties(this.get('user-option'),'enable_quoting', 'external_links_in_new_tab', 'dynamic_favicon');
const userProps = Em.getProperties(this.get('user_option'),'enable_quoting', 'external_links_in_new_tab', 'dynamic_favicon');
Discourse.User.current().setProperties(userProps);
}).finally(() => {
this.set('isSaving', false);

File diff suppressed because one or more lines are too long