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