From ae249feb07dd86aaf13615af9c0cc109f3719c92 Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 1 Apr 2007 20:55:39 +0000 Subject: [PATCH] another htmlpage call that is no longer appropriate --- IkiWiki/Plugin/aggregate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IkiWiki/Plugin/aggregate.pm b/IkiWiki/Plugin/aggregate.pm index bb5edfa65..ae86d7979 100644 --- a/IkiWiki/Plugin/aggregate.pm +++ b/IkiWiki/Plugin/aggregate.pm @@ -432,7 +432,7 @@ sub remove_feeds () { #{{{ sub pagefile ($) { #{{{ my $page=shift; - return "$config{srcdir}/".htmlpage($page); + return "$config{srcdir}/".htmlfn($page); } #}}} sub htmlfn ($) { #{{{ -- 2.44.0