Yet another place to remove the ajaxui parameter
authorMichael M Slusarz <slusarz@curecanti.org>
Sat, 11 Sep 2010 17:15:45 +0000 (11:15 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 13 Sep 2010 05:50:29 +0000 (23:50 -0600)
framework/Core/lib/Horde.php

index ad978ab..64f8de9 100644 (file)
@@ -512,6 +512,9 @@ HTML;
                 if (!is_null($app)) {
                     $url->add('app', $app);
                 }
+                if ($type == 'prefsapi') {
+                    $url->remove('ajaxui');
+                }
                 return $url;
             }
             break;