From: joey Date: Sun, 1 Apr 2007 20:55:39 +0000 (+0000) Subject: another htmlpage call that is no longer appropriate X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/ae249feb07dd86aaf13615af9c0cc109f3719c92 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 ($) { #{{{