Commit 06a14c54 authored by strong's avatar strong

Merge commit 'f25593b7' into SANDBOX

parents d1a4ff35 f25593b7
......@@ -13,7 +13,7 @@ exports.create=function(entity,callback){
}
});
};
exports.remove=function(conditions,callback){
ForumFollowInfo.remove(conditions, function(err, result) {
if (err) {
......
......@@ -13,7 +13,7 @@ exports.create = function(entity, callback) {
}
});
};
exports.remove = function(conditions, callback) {
ForumFollowThread.remove(conditions, function(err, result) {
if (err) {
......
......@@ -13,7 +13,7 @@ exports.create=function(entity,callback){
}
});
};
exports.remove=function(conditions,callback){
ForumFollowUser.remove(conditions, function(err, result) {
if (err) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment