some fixes for search plugin

This commit is contained in:
Baris Soner Usakli
2014-02-28 20:47:49 -05:00
parent 1c19ae48bd
commit 24b669bd39
3 changed files with 7 additions and 11 deletions

View File

@@ -92,10 +92,10 @@ var db = require('./database'),
return next(err);
}
postData.content = content;
plugins.fireHook('action:post.save', postData);
postData.content = content;
next(null, postData);
});
}