projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9adc0ba
)
Don't need session info for cache URL
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 21 Jan 2011 19:30:01 +0000
(12:30 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 21 Jan 2011 19:48:24 +0000
(12:48 -0700)
framework/Core/lib/Horde.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde.php
b/framework/Core/lib/Horde.php
index
c64c649
..
ccd9f85
100644
(file)
--- a/
framework/Core/lib/Horde.php
+++ b/
framework/Core/lib/Horde.php
@@
-1937,7
+1937,7
@@
HTML;
$url .= '/' . $key . '=' . rawurlencode(strval($val));
}
- return self::url($url);
+ return self::url($url
, true, array('append_session' => -1)
);
}
/**