diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-23 19:36:31 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-23 19:36:31 +0000 |
commit | ba0d82e7ea655b47683097f142e73fd29b684f47 (patch) | |
tree | c2b3c6a18bf474175ecce21b135d6bb01146e651 /doc | |
parent | 913896f312f7689753f56157934529d3a4bce8d5 (diff) |
* Patch from HenrikBrixAndersen to fix a broken use of foreach in the
search plugin.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Hyperestraier_search_plug-in_defective.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/bugs/Hyperestraier_search_plug-in_defective.mdwn b/doc/bugs/Hyperestraier_search_plug-in_defective.mdwn index 7f22e0eaf..fd39ccd3b 100644 --- a/doc/bugs/Hyperestraier_search_plug-in_defective.mdwn +++ b/doc/bugs/Hyperestraier_search_plug-in_defective.mdwn @@ -46,4 +46,7 @@ The patch below fixes this issue: + } @{$renderedfiles{pagename($_)}}; } @_ ); - estcfg();
\ No newline at end of file + estcfg(); + +[[bugs/done]] ; thanks for the patch. Suprised it worked at all since the +bad code was added (did it?) --[[Joey]] |