This commit is contained in:
barisusakli
2014-09-29 12:30:03 -04:00
parent 8b0685754e
commit d303dea6c7
5 changed files with 39 additions and 0 deletions

View File

@@ -80,6 +80,9 @@ var async = require('async'),
break;
}
return next(null, notification);
} else {
notification.image = meta.config['brand:logo'] || nconf.get('relative_path') + '/logo.png';
return next(null, notification);
}