fixed wrong method name, had to be alert() not addAlert()

This commit is contained in:
Ralf Becker 2010-06-08 09:34:49 +00:00
parent 9303dca432
commit b672e1941b

View File

@ -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']))