mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 19:15:58 +01:00 
			
		
		
		
	fix: typo
This commit is contained in:
		| @@ -100,7 +100,7 @@ module.exports = function (Plugins) { | ||||
| 		} | ||||
| 		var hookList = Plugins.loadedHooks[hook]; | ||||
| 		var hookType = hook.split(':')[0]; | ||||
| 		if (hook !== 'action:plugins.fireHook') { | ||||
| 		if (hook !== 'action:plugins.firehook') { | ||||
| 			winston.verbose('[plugins/fireHook] ' + hook); | ||||
| 		} | ||||
| 		switch (hookType) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user