From 1a365e77dfb8825136626202b1df462731b42060 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 16 Aug 2015 08:22:05 +0200 Subject: Update to MediaWiki 1.25.2 --- extensions/ConfirmEdit/ApiFancyCaptchaReload.php | 46 ------------------------ 1 file changed, 46 deletions(-) delete mode 100644 extensions/ConfirmEdit/ApiFancyCaptchaReload.php (limited to 'extensions/ConfirmEdit/ApiFancyCaptchaReload.php') diff --git a/extensions/ConfirmEdit/ApiFancyCaptchaReload.php b/extensions/ConfirmEdit/ApiFancyCaptchaReload.php deleted file mode 100644 index 8cd28631..00000000 --- a/extensions/ConfirmEdit/ApiFancyCaptchaReload.php +++ /dev/null @@ -1,46 +0,0 @@ -getCaptchaIndex(); - - $result = $this->getResult(); - $result->addValue( null, $this->getModuleName(), array ( 'index' => $captchaIndex ) ); - return true; - } - - /** - * @deprecated since MediaWiki core 1.25 - */ - public function getDescription() { - return 'Get a new FancyCaptcha.'; - } - - public function getAllowedParams() { - return array(); - } - - /** - * @deprecated since MediaWiki core 1.25 - */ - public function getExamples() { - return array( 'api.php?action=fancycaptchareload&format=xml' ); - } - - /** - * @see ApiBase::getExamplesMessages() - */ - protected function getExamplesMessages() { - return array( - 'action=fancycaptchareload' - => 'apihelp-fancycaptchareload-example-1', - ); - } -} -- cgit v1.2.3-54-g00ecf