diff --git a/ConfirmEdit.php b/ConfirmEdit.php old mode 100644 new mode 100755 index 479abb54f..0990a661e --- a/ConfirmEdit.php +++ b/ConfirmEdit.php @@ -34,7 +34,7 @@ if ( !defined( 'MEDIAWIKI' ) ) { exit; } if ( !defined( 'MW_SUPPORTS_CONTENTHANDLER' ) ) { - throw Exception( 'This version of ConfirmEdit requires MediaWiki 1.21 or later' ); + throw new Exception( 'This version of ConfirmEdit requires MediaWiki 1.21 or later' ); } $wgExtensionCredits['antispam'][] = array(