mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Fix redirect
This commit is contained in:
@@ -297,7 +297,7 @@ function slashes($string)
|
||||
*/
|
||||
function isAjaxRequest()
|
||||
{
|
||||
return Whoops\Util\Misc::isAjaxRequest() && filter('ajax') !== null && filter('op') !== '';
|
||||
return Whoops\Util\Misc::isAjaxRequest() && filter('ajax') !== null && filter('ajax') !== '';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user