From f6d65e533c62f6deb21342d4901ece24497b433e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 4 Jun 2015 07:31:04 +0200 Subject: Update to MediaWiki 1.25.1 --- includes/api/ApiFormatNone.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'includes/api/ApiFormatNone.php') diff --git a/includes/api/ApiFormatNone.php b/includes/api/ApiFormatNone.php index 78023af3..dc623ac1 100644 --- a/includes/api/ApiFormatNone.php +++ b/includes/api/ApiFormatNone.php @@ -36,8 +36,4 @@ class ApiFormatNone extends ApiFormatBase { public function execute() { } - - public function getDescription() { - return 'Output nothing' . parent::getDescription(); - } } -- cgit v1.2.3-54-g00ecf