mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 20:45:58 +01:00
added missing callback
This commit is contained in:
@@ -236,6 +236,7 @@ var async = require('async'),
|
||||
return callback(err);
|
||||
}
|
||||
plugins.fireHook('action:group.set', {field: field, value: value, type: 'set'});
|
||||
callback();
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user