mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	Fix #5922
This commit is contained in:
		| @@ -26,7 +26,7 @@ helpers.noScriptErrors = function (req, res, error, httpStatus) { | ||||
| 			path: req.path, | ||||
| 			loggedIn: true, | ||||
| 			error: error, | ||||
| 			returnLink: true, | ||||
| 			returnLink: req.get('Referrer'), | ||||
| 			title: '[[global:' + httpStatusString + '.title]]', | ||||
| 		}); | ||||
| 	}); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user