From 65d9871a380be4b6622e64de62b7ba4f5f78fb94 Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 14 Sep 2006 23:14:48 +0000 Subject: [PATCH] oops.. --- IkiWiki/Plugin/search.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IkiWiki/Plugin/search.pm b/IkiWiki/Plugin/search.pm index b6fca66ff..75004b201 100644 --- a/IkiWiki/Plugin/search.pm +++ b/IkiWiki/Plugin/search.pm @@ -91,7 +91,7 @@ sub estcfg () { #{{{ $template->param( index => $estdir, tmplfile => "$estdir/$cgi.tmpl", - destdir => IkiWiki::abs_path($config{destdir}), + destdir => abs_path($config{destdir}), url => $config{url}, ); print TEMPLATE $template->output; -- 2.39.2