spaces are required
This commit is contained in:
barisusakli
2014-05-09 11:50:49 -04:00
parent f876ba91b8
commit 43bbc00be8

View File

@@ -194,7 +194,7 @@ SocketModules.chats.send = function(socket, data, callback) {
function sendChatNotification(fromuid, touid, username) {
if (!module.parent.exports.isUserOnline(touid)) {
var notifText = '[[notifications:new_message_from,' + username + ']]';
var notifText = '[[notifications:new_message_from, ' + username + ']]';
notifications.create({
text: notifText,
path: 'javascript:app.openChat('' + username + '', ' + fromuid + ');',