From: Michael M Slusarz Date: Sat, 11 Sep 2010 17:15:45 +0000 (-0600) Subject: Yet another place to remove the ajaxui parameter X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=306c10215f0ebcaf43984bb879f7a8facf080ccd;p=horde.git Yet another place to remove the ajaxui parameter --- diff --git a/framework/Core/lib/Horde.php b/framework/Core/lib/Horde.php index ad978ab2c..64f8de963 100644 --- a/framework/Core/lib/Horde.php +++ b/framework/Core/lib/Horde.php @@ -512,6 +512,9 @@ HTML; if (!is_null($app)) { $url->add('app', $app); } + if ($type == 'prefsapi') { + $url->remove('ajaxui'); + } return $url; } break;