aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Hyperestraier_search_plug-in_defective.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-23 19:36:31 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-23 19:36:31 +0000
commitba0d82e7ea655b47683097f142e73fd29b684f47 (patch)
treec2b3c6a18bf474175ecce21b135d6bb01146e651 /doc/bugs/Hyperestraier_search_plug-in_defective.mdwn
parent913896f312f7689753f56157934529d3a4bce8d5 (diff)
downloadikiwiki-ba0d82e7ea655b47683097f142e73fd29b684f47.tar
ikiwiki-ba0d82e7ea655b47683097f142e73fd29b684f47.tar.gz
* Patch from HenrikBrixAndersen to fix a broken use of foreach in the
search plugin.
Diffstat (limited to 'doc/bugs/Hyperestraier_search_plug-in_defective.mdwn')
-rw-r--r--doc/bugs/Hyperestraier_search_plug-in_defective.mdwn5
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]]