From: Michael M Slusarz Date: Fri, 6 Aug 2010 19:20:23 +0000 (-0600) Subject: Never add 'ajaxui' param to ajax URL. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=af939785b463cd6f480a58d17edf74eaf1c3aea6;p=horde.git Never add 'ajaxui' param to ajax URL. --- diff --git a/framework/Core/lib/Horde.php b/framework/Core/lib/Horde.php index d65f35e6a..a5687a530 100644 --- a/framework/Core/lib/Horde.php +++ b/framework/Core/lib/Horde.php @@ -467,7 +467,7 @@ HTML; switch ($type) { case 'ajax': - return self::url($webroot . '/services/ajax.php/' . $app . '/'); + return self::url($webroot . '/services/ajax.php/' . $app . '/')->remove('ajaxui'); case 'cache': return self::url($webroot . '/services/cache.php', false, -1);