]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/UserInfo.pm
web commit by joey
[ikiwiki.git] / IkiWiki / UserInfo.pm
index 8c27714b8e01ac39d31b2477005d48bc4d5ad56a..b322b607e4c77e80e78a03c8434543401faa3f6f 100644 (file)
@@ -74,7 +74,7 @@ sub page_subscribers (@) { #{{{
                    length $userinfo->{$user}->{subscriptions} &&
                    exists $userinfo->{$user}->{email} &&
                    length $userinfo->{$user}->{email} &&
-                   grep { glob_match($_, $userinfo->{$user}->{subscriptions}) } @_) {
+                   grep { globlist_match($_, $userinfo->{$user}->{subscriptions}) } @_) {
                        push @ret, $userinfo->{$user}->{email};
                }
        }