This commit is contained in:
barisusakli
2015-04-02 14:09:19 -04:00
parent 0994f810d9
commit e15f7902dd
3 changed files with 3 additions and 2 deletions

View File

@@ -39,7 +39,7 @@
"mmmagic": "^0.3.13", "mmmagic": "^0.3.13",
"morgan": "^1.3.2", "morgan": "^1.3.2",
"nconf": "~0.7.1", "nconf": "~0.7.1",
"nodebb-plugin-dbsearch": "^0.2.1", "nodebb-plugin-dbsearch": "^0.2.4",
"nodebb-plugin-emoji-extended": "^0.4.1-4", "nodebb-plugin-emoji-extended": "^0.4.1-4",
"nodebb-plugin-markdown": "^2.1.0", "nodebb-plugin-markdown": "^2.1.0",
"nodebb-plugin-mentions": "^0.11.0", "nodebb-plugin-mentions": "^0.11.0",

View File

@@ -193,6 +193,7 @@ var async = require('async'),
toCid: cid, toCid: cid,
uid: uid uid: uid
}); });
callback();
}); });
}); });
}; };