diff --git a/IkiWiki/UserInfo.pm b/IkiWiki/UserInfo.pm index 8c27714b8..b322b607e 100644 --- a/IkiWiki/UserInfo.pm +++ b/IkiWiki/UserInfo.pm @@ -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}; } } diff --git a/templates/notifymail.tmpl b/templates/notifymail.tmpl index d5b344835..978b8a2a3 100644 --- a/templates/notifymail.tmpl +++ b/templates/notifymail.tmpl @@ -1,5 +1,4 @@ -The following change was made to -by : +The following change was made to by :