From 2a8d848728a96fbc425a4393f0b9c402939f8a32 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 31 Aug 2009 16:33:50 +0200 Subject: [PATCH] We always are in the ajax interface (for now). --- kronolith/ajax.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kronolith/ajax.php b/kronolith/ajax.php index 7326ea788..bb984230e 100644 --- a/kronolith/ajax.php +++ b/kronolith/ajax.php @@ -100,7 +100,6 @@ $cacheid = Horde_Util::getPost('cacheid'); ob_start(); try { - $notify = true; $result = false; switch ($action) { @@ -380,4 +379,4 @@ if ($errors) { } // Send the final result. -Horde::sendHTTPResponse(Horde::prepareResponse($result, $notify ? $GLOBALS['kronolith_notify'] : null), 'json'); +Horde::sendHTTPResponse(Horde::prepareResponse($result, $GLOBALS['kronolith_notify']), 'json'); -- 2.11.0