From 7afb843a007a3a5f15cf64a36364ceffd8440047 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 10 Apr 2007 00:51:43 +0000 Subject: [PATCH] use pagesources rather than renderedfiles to get the list of pages --- IkiWiki/Plugin/orphans.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.0