From d97ef62ff176db7a828a4378312e73f619caf52c Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 6 Apr 2018 09:45:08 +0200 Subject: [PATCH] make user action is set in exitError() --- views/bootstrap/class.Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index 2289526ea..ed3c7a620 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -1359,7 +1359,7 @@ $(document).ready(function() { * $view() after setting the action to 'error'. This would also allow to * set separate error pages for each view. */ - if(!$noexit) { + if(!$noexit && isset($_REQUEST['action'])) { if(in_array($_REQUEST['action'], array('js', 'footerjs'))) { exit; }