mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-14 01:45:47 +01:00
fixing category admin panel integration
This commit is contained in:
@@ -4,10 +4,6 @@ var RDB = require('./../redis.js'),
|
||||
|
||||
(function(CategoriesAdmin) {
|
||||
|
||||
CategoriesAdmin.create = function(data, callback) {
|
||||
categories.create(data, callback);
|
||||
};
|
||||
|
||||
CategoriesAdmin.update = function(modified, socket) {
|
||||
var updated = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user