]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/orphans.pm
Add shortcut for ohloh projects.
[ikiwiki.git] / IkiWiki / Plugin / orphans.pm
index f221954b807fedf1eb8612ab13a5a333702dbfe3..3a0150d53e4c52b08fe076bf276c1bb2e6e563dd 100644 (file)
@@ -4,7 +4,7 @@ package IkiWiki::Plugin::orphans;
 
 use warnings;
 use strict;
-use IkiWiki;
+use IkiWiki 2.00;
 
 sub import { #{{{
        hook(type => "preprocess", id => "orphans", call => \&preprocess);
@@ -26,9 +26,9 @@ 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});
+               next unless pagespec_match($page, $params{pages}, location => $params{page});
                # If the page has a link to some other page, it's
                # indirectly linked to a page via that page's backlinks.
                next if grep {