]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/orphans.pm
* Fix utf-8 in blog post form.
[ikiwiki.git] / IkiWiki / Plugin / orphans.pm
index ac4b775273c6c9a0624ec79b6113c70551779837..2219634caa3a4c28d2a07276712847be48f8363b 100644 (file)
@@ -28,7 +28,7 @@ sub preprocess (@) { #{{{
        my @orphans;
        foreach my $page (keys %IkiWiki::renderedfiles) {
                next if $linkedto{$page};
-               next unless IkiWiki::globlist_match($page, $params{pages});
+               next unless IkiWiki::pagespec_match($page, $params{pages});
                # 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 {