diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-01 20:55:39 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-01 20:55:39 +0000 |
commit | ae249feb07dd86aaf13615af9c0cc109f3719c92 (patch) | |
tree | e9ae9eec3b71ee7b5d290ec6e7229ac597c53332 | |
parent | bf9e8bc900e344e8382c8e96001a74eb2e0b9629 (diff) |
another htmlpage call that is no longer appropriate
-rw-r--r-- | IkiWiki/Plugin/aggregate.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 ($) { #{{{ |