]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Plugin/meta.pm
fix handling of influences of pagespecs that fail to match
[git.ikiwiki.info.git] / IkiWiki / Plugin / meta.pm
index c160e7ebaac0f090495112b34b64f55fa15a4476..da3e6223311e1f6a3a4808409fb2a93af2d38e63 100644 (file)
@@ -294,11 +294,11 @@ sub match {
                        return IkiWiki::SuccessReason->new("$re matches $field of $page", $page => $IkiWiki::DEPEND_CONTENT);
                }
                else {
-                       return IkiWiki::FailReason->new("$re does not match $field of $page", $page => $IkiWiki::DEPEND_CONTENT);
+                       return IkiWiki::FailReason->new("$re does not match $field of $page");
                }
        }
        else {
-               return IkiWiki::FailReason->new("$page does not have a $field", $page => $IkiWiki::DEPEND_CONTENT);
+               return IkiWiki::FailReason->new("$page does not have a $field");
        }
 }