From b672e1941b5dd3319d7afe708005c394c206dea7 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 8 Jun 2010 09:34:49 +0000 Subject: [PATCH] fixed wrong method name, had to be alert() not addAlert() --- json.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json.php b/json.php index 45fe9f9f44..d64867fa1f 100644 --- a/json.php +++ b/json.php @@ -47,7 +47,7 @@ function ajax_exception_handler(Exception $e) { $message .= "\n\n".$e->getTraceAsString(); } - $response->addAlert($message); + $response->alert($message); $response->printOutput(); if (is_object($GLOBALS['egw']))