From: joey Date: Sun, 1 Apr 2007 20:55:39 +0000 (+0000) Subject: another htmlpage call that is no longer appropriate X-Git-Tag: 1.49~122 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ae249feb07dd86aaf13615af9c0cc109f3719c92;p=ikiwiki.git another htmlpage call that is no longer appropriate --- 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 ($) { #{{{