X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryDisabled.php;h=cf0d841eaa293b5bd3fcd928b9a908c4794c0129;hb=402183cb84c2f7978bc105a0a00cd00f0b676540;hp=c0929a07ec9f15d904cb0831094d07f8973faf58;hpb=7dcf4e29e7bf1c4324cfb446113ba4508a6b6af8;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryDisabled.php b/includes/api/ApiQueryDisabled.php index c0929a07ec..cf0d841eaa 100644 --- a/includes/api/ApiQueryDisabled.php +++ b/includes/api/ApiQueryDisabled.php @@ -36,10 +36,6 @@ */ class ApiQueryDisabled extends ApiQueryBase { - public function __construct( $main, $action ) { - parent::__construct( $main, $action ); - } - public function execute() { $this->setWarning( "The \"{$this->getModuleName()}\" module has been disabled." ); }