mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-22 00:10:25 +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