mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
fontawesome 4 migration, closes #473
This commit is contained in:
@@ -209,7 +209,7 @@ var async = require('async'),
|
||||
categories: require('./admin/categories')
|
||||
};
|
||||
|
||||
Categories.getAllCategories(function (data) {
|
||||
Categories.getAllCategories(0, function (err, data) {
|
||||
if (data.categories.length === 0) {
|
||||
winston.warn('No categories found, populating instance with default categories');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user