closes #666, the issue of the beast

This commit is contained in:
Baris Soner Usakli
2013-12-18 19:23:11 -05:00
parent bc8adff70a
commit a717e9626e

View File

@@ -593,7 +593,9 @@ websockets.init = function(io) {
socket.on('api:categories.get', function(callback) {
categories.getAllCategories(0, function(err, categories) {
callback(categories);
if(callback) {
callback(categories);
}
});
});