From: Jan Schneider Date: Mon, 31 Aug 2009 14:33:50 +0000 (+0200) Subject: We always are in the ajax interface (for now). X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2a8d848728a96fbc425a4393f0b9c402939f8a32;p=horde.git We always are in the ajax interface (for now). --- 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');