typo: avaarSource

This commit is contained in:
Philipp Hancke 2014-04-21 18:29:02 +02:00
parent 5d01d57738
commit c640ab3072
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ module.exports = HumanModel.define({
if (source == 'vcard' && self.avatarSource == 'pubsub') return;
self.avatarID = avatar.id;
self.avatar = avatar.uri;
self.avaarSource = source;
self.avatarSource = source;
self.save();
});
},