mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	some fixes for search plugin
This commit is contained in:
		| @@ -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); | ||||
| 				}); | ||||
| 			} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user