mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-27 17:16:14 +01:00 
			
		
		
		
	feat: add the data from page into filter:middleware.renderHeader
This commit is contained in:
		| @@ -210,6 +210,7 @@ module.exports = function (middleware) { | |||||||
| 					req: req, | 					req: req, | ||||||
| 					res: res, | 					res: res, | ||||||
| 					templateValues: templateValues, | 					templateValues: templateValues, | ||||||
|  | 					data: data, | ||||||
| 				}, next); | 				}, next); | ||||||
| 			}, | 			}, | ||||||
| 		], function (err, data) { | 		], function (err, data) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user