search plugin.
debug(gettext("updating hyperestraier search index"));
estcmd("gather -cm -bc -cl -sd",
map {
- Encode::encode_utf8($config{destdir}."/".$_)
- foreach @{$renderedfiles{pagename($_)}};
+ map {
+ Encode::encode_utf8($config{destdir}."/".$_)
+ } @{$renderedfiles{pagename($_)}};
} @_
);
estcfg();
(except for commit mails). The CGI then takes care of the updates the
commit hook would have done.
* French translation update. Closes: #411899
+ * Patch from HenrikBrixAndersen to fix a broken use of foreach in the
+ search plugin.
- -- Joey Hess <joeyh@debian.org> Wed, 21 Feb 2007 13:34:09 -0500
+ -- Joey Hess <joeyh@debian.org> Fri, 23 Feb 2007 14:34:18 -0500
ikiwiki (1.43) unstable; urgency=low
+ } @{$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]]