From 306c10215f0ebcaf43984bb879f7a8facf080ccd Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Sat, 11 Sep 2010 11:15:45 -0600 Subject: [PATCH] Yet another place to remove the ajaxui parameter --- framework/Core/lib/Horde.php | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.11.0