mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	sticking to style guide for method names (camelcase)
This commit is contained in:
		| @@ -280,7 +280,7 @@ var	RDB = require('./redis.js'), | ||||
| 				RDB.incr('global:next_post_id', function(err, pid) { | ||||
| 					RDB.handle(err); | ||||
|  | ||||
| 					plugins.fire_hook('filter:save_post_content', content, function(content) { | ||||
| 					plugins.fireHook('filter:save_post_content', content, function(content) { | ||||
| 						var timestamp = Date.now(), | ||||
| 							postData = { | ||||
| 								'pid': pid, | ||||
| @@ -341,7 +341,9 @@ var	RDB = require('./redis.js'), | ||||
| 									} | ||||
| 								} | ||||
| 							});			 | ||||
| 						}				 | ||||
| 						} | ||||
|  | ||||
| 						plugins.fireHook('action:save_post_content', [content]) | ||||
| 						 | ||||
| 						if(!images) { | ||||
| 							postData.uploadedImages = JSON.stringify(uploadedImages); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user