From d9022f63880ce039446fba8364f68e656b7bf4cb Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 3 May 2012 13:01:35 +0200 Subject: Update to MediaWiki 1.19.0 --- includes/api/ApiQueryDisabled.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'includes/api/ApiQueryDisabled.php') diff --git a/includes/api/ApiQueryDisabled.php b/includes/api/ApiQueryDisabled.php index ab08042a..d68480c3 100644 --- a/includes/api/ApiQueryDisabled.php +++ b/includes/api/ApiQueryDisabled.php @@ -24,11 +24,6 @@ * @file */ -if ( !defined( 'MEDIAWIKI' ) ) { - // Eclipse helper - will be ignored in production - require_once( "ApiBase.php" ); -} - /** * API module that does nothing * @@ -46,7 +41,7 @@ class ApiQueryDisabled extends ApiQueryBase { } public function execute() { - $this->setWarning( "The ``{$this->getModuleName()}'' module has been disabled." ); + $this->setWarning( "The \"{$this->getModuleName()}\" module has been disabled." ); } public function getAllowedParams() { @@ -63,7 +58,7 @@ class ApiQueryDisabled extends ApiQueryBase { ); } - protected function getExamples() { + public function getExamples() { return array(); } -- cgit v1.2.2