mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
make user action is set in exitError()
This commit is contained in:
parent
305a980e44
commit
d97ef62ff1
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user