Never add 'ajaxui' param to ajax URL.
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 6 Aug 2010 19:20:23 +0000 (13:20 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 6 Aug 2010 19:20:23 +0000 (13:20 -0600)
framework/Core/lib/Horde.php

index d65f35e..a5687a5 100644 (file)
@@ -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);