mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	fix: failing test from 00552d7183
				
					
				
			This commit is contained in:
		| @@ -111,7 +111,7 @@ module.exports = function (User) { | |||||||
| 			function (next) { | 			function (next) { | ||||||
| 				plugins.fireHook('filter:register.complete', { uid: uid }, next); | 				plugins.fireHook('filter:register.complete', { uid: uid }, next); | ||||||
| 			}, | 			}, | ||||||
| 			function (next) { | 			function (result, next) { | ||||||
| 				var title = meta.config.title || meta.config.browserTitle || 'NodeBB'; | 				var title = meta.config.title || meta.config.browserTitle || 'NodeBB'; | ||||||
| 				var data = { | 				var data = { | ||||||
| 					username: username, | 					username: username, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user