fixes the notification image too, the property was called image not
picture
This commit is contained in:
barisusakli
2014-05-22 21:31:48 -04:00
parent 4be979f88d
commit 66701afdaa
3 changed files with 3 additions and 3 deletions

View File

@@ -154,7 +154,7 @@ module.exports = function(User) {
if (userNameChanged) {
notifications.create({
text: '[[user:username_taken_workaround, ' + userData.username + ']]',
picture: 'brand:logo',
image: 'brand:logo',
datetime: Date.now()
}, function(nid) {
notifications.push(nid, uid);