projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f90dd6f
)
Never add 'ajaxui' param to ajax URL.
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 6 Aug 2010 19:20:23 +0000
(13:20 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 6 Aug 2010 19:20:23 +0000
(13:20 -0600)
framework/Core/lib/Horde.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde.php
b/framework/Core/lib/Horde.php
index
d65f35e
..
a5687a5
100644
(file)
--- a/
framework/Core/lib/Horde.php
+++ b/
framework/Core/lib/Horde.php
@@
-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);