X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Ftidy%2FTidyDriverBase.php;h=96ee8c394f6c9e5f4222514be5b1327096c9980f;hb=e758226c91935a1df2b6fd3ed1f18922d8bfb45b;hp=06775ef0213a75f307283dd852a14236ed22b48b;hpb=4657bd99edffe5c7f4a204b2fc3ce7471bfb208c;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()" ); } /**