X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Ftidy%2FTidyDriverBase.php;h=96ee8c394f6c9e5f4222514be5b1327096c9980f;hb=25f2262a077c0baba12b00f18e5f4d366344b774;hp=06775ef0213a75f307283dd852a14236ed22b48b;hpb=8a5b362c435a054918a2392bc9d470ff85992022;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/tidy/TidyDriverBase.php b/includes/tidy/TidyDriverBase.php index 06775ef021..96ee8c394f 100644 --- a/includes/tidy/TidyDriverBase.php +++ b/includes/tidy/TidyDriverBase.php @@ -27,7 +27,7 @@ abstract class TidyDriverBase { * @return bool Whether the HTML is valid */ public function validate( $text, &$errorStr ) { - throw new MWException( get_class( $this ) . " does not support validate()" ); + throw new \MWException( get_class( $this ) . " does not support validate()" ); } /**