use pagesources rather than renderedfiles to get the list of pages

master
joey 2007-04-10 00:51:43 +00:00
parent 88ffeae6ee
commit 7afb843a00
1 changed files with 1 additions and 1 deletions

View File

@ -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