* Renamed GlobLists to PageSpecs.
[ikiwiki.git] / IkiWiki / Plugin / inline.pm
index 6a0f00f0fd7a39b760d70e003b12eabad0d5ca6a..d8f2ca0d8baf6b70dc1d560d20a977b7a719993a 100644 (file)
@@ -48,7 +48,7 @@ sub preprocess_inline (@) { #{{{
        my @list;
        foreach my $page (keys %pagesources) {
                next if $page eq $params{page};
-               if (globlist_match($page, $params{pages})) {
+               if (pagespec_match($page, $params{pages})) {
                        push @list, $page;
                }
        }