[turba] head - minisearch
Cedric Parent
cedric.parent at multitel.be
Mon Mar 29 05:23:52 PST 2004
Hello,
While using the minisearch in horde portal, I get a login form as a
result.
The problem is an html-encoded & (&):
/horde/turba/minisearch.php?dummy=true&Horde=767cf63ee3db0a8c274c8dbb2dc10c0b
I fix it with this small patch in turba/templates/block/minisearch.inc:
37c37
< url = '<?php echo
Horde::applicationUrl(Util::addParameter('minisearch.php', 'dummy',
'true'),true) ?>';
---
> url = '<?php echo
Horde::applicationUrl(Util::addParameter('minisearch.php', 'dummy',
'true')) ?>';
while generating a full url, the ampersand is not encoded...
http://jdrien/horde/turba/minisearch.php?dummy=true&Horde=767cf63ee3db0a8c8c274c8dbb2dc10c0b
Any idea?
THX,
Cédric
More information about the turba
mailing list