Revert "Merge pull request #5923 from NodeBB/patch-5922"

This reverts commit f8ddabc884, reversing
changes made to 4976d13013.
This commit is contained in:
Julian Lam
2017-09-11 15:37:18 -04:00
parent 3c335cb451
commit 38a7030639
6 changed files with 5 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ helpers.noScriptErrors = function (req, res, error, httpStatus) {
path: req.path,
loggedIn: true,
error: error,
returnLink: req.get('Referrer'),
returnLink: true,
title: '[[global:' + httpStatusString + '.title]]',
});
});