new hook filter:topics.get

v1.18.x
barisusakli 11 years ago
parent 0b01a780f8
commit 0792731873

@ -289,7 +289,6 @@ var async = require('async'),
post.content = results.content; post.content = results.content;
} }
callback(null, post); callback(null, post);
}); });
} }

@ -259,7 +259,7 @@ var async = require('async'),
return !!topic; return !!topic;
}); });
callback(null, topics); plugins.fireHook('filter:topics.get', topics, callback);
}); });
}); });
}; };

Loading…
Cancel
Save