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