From: joey Date: Tue, 10 Apr 2007 00:51:43 +0000 (+0000) Subject: use pagesources rather than renderedfiles to get the list of pages X-Git-Tag: 1.50~66 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7afb843a007a3a5f15cf64a36364ceffd8440047;p=ikiwiki.git use pagesources rather than renderedfiles to get the list of pages --- diff --git a/IkiWiki/Plugin/orphans.pm b/IkiWiki/Plugin/orphans.pm index f221954b8..65d5e3e9b 100644 --- a/IkiWiki/Plugin/orphans.pm +++ b/IkiWiki/Plugin/orphans.pm @@ -26,7 +26,7 @@ sub preprocess (@) { #{{{ my @orphans; my $discussion=gettext("discussion"); - foreach my $page (keys %renderedfiles) { + foreach my $page (keys %pagesources) { next if $linkedto{$page}; next unless pagespec_match($page, $params{pages}, $params{page}); # If the page has a link to some other page, it's