mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
fixed wrong method name, had to be alert() not addAlert()
This commit is contained in:
parent
9303dca432
commit
b672e1941b
2
json.php
2
json.php
@ -47,7 +47,7 @@ function ajax_exception_handler(Exception $e)
|
|||||||
{
|
{
|
||||||
$message .= "\n\n".$e->getTraceAsString();
|
$message .= "\n\n".$e->getTraceAsString();
|
||||||
}
|
}
|
||||||
$response->addAlert($message);
|
$response->alert($message);
|
||||||
$response->printOutput();
|
$response->printOutput();
|
||||||
|
|
||||||
if (is_object($GLOBALS['egw']))
|
if (is_object($GLOBALS['egw']))
|
||||||
|
Loading…
Reference in New Issue
Block a user