]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki.pm
patch from madduck to fix thinko
[ikiwiki.git] / IkiWiki.pm
index 1c15e9299bd0774255b89eaf080b79e54af1a481..0b9790d8a15078f242e21db3ab80e14084eab09d 100644 (file)
@@ -1223,7 +1223,7 @@ sub match_link ($$;@) { #{{{
                                if $bestlink eq IkiWiki::bestlink($page, $p);
                }
                else {
-                       return IkiWiki::SuccessReason->new("$page links to page matching $link")
+                       return IkiWiki::SuccessReason->new("$page links to page $p matching $link")
                                if match_glob($p, $link, %params);
                }
        }