mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	fix: minor typo
This commit is contained in:
		| @@ -71,7 +71,7 @@ function activate(plugin) { | |||||||
| 				process.exit(0); | 				process.exit(0); | ||||||
| 			} | 			} | ||||||
|  |  | ||||||
| 			db.sortetSetCard('plugins:active', next); | 			db.sortedSetCard('plugins:active', next); | ||||||
| 		}, | 		}, | ||||||
| 		function (numPlugins, next) { | 		function (numPlugins, next) { | ||||||
| 			winston.info('Activating plugin `%s`', plugin); | 			winston.info('Activating plugin `%s`', plugin); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user