mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 17:44:56 +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
|
* $view() after setting the action to 'error'. This would also allow to
|
||||||
* set separate error pages for each view.
|
* set separate error pages for each view.
|
||||||
*/
|
*/
|
||||||
if(!$noexit) {
|
if(!$noexit && isset($_REQUEST['action'])) {
|
||||||
if(in_array($_REQUEST['action'], array('js', 'footerjs'))) {
|
if(in_array($_REQUEST['action'], array('js', 'footerjs'))) {
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user