projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c6dd3b
)
Yet another place to remove the ajaxui parameter
author
Michael M Slusarz
<slusarz@curecanti.org>
Sat, 11 Sep 2010 17:15:45 +0000
(11:15 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 13 Sep 2010 05:50:29 +0000
(23:50 -0600)
framework/Core/lib/Horde.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde.php
b/framework/Core/lib/Horde.php
index
ad978ab
..
64f8de9
100644
(file)
--- 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;