This commit is contained in:
Peter Jaszkowiak
2017-09-08 13:23:30 -06:00
parent a4532f011a
commit f40d37ad48
6 changed files with 6 additions and 5 deletions

View File

@@ -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]]',
});
});