new hook filter:topics.get

This commit is contained in:
barisusakli
2014-07-25 19:58:40 -04:00
parent 0b01a780f8
commit 0792731873
2 changed files with 1 additions and 2 deletions

View File

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

View File

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