forgot err, thanks @barisusakli

v1.18.x
psychobunny 11 years ago
parent b1ef42889d
commit 9a5ed0bf27

@ -94,7 +94,7 @@ var db = require('./database'),
category.topic_row_size = 'col-md-9';
plugins.fireHook('filter:category.get', category, uid, function(err, category) {
callback(null, category);
callback(err, category);
});
});
});

Loading…
Cancel
Save