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/ApiFormatYaml.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/api/ApiFormatYaml.php') diff --git a/includes/api/ApiFormatYaml.php b/includes/api/ApiFormatYaml.php index 3798f894..c9089a7d 100644 --- a/includes/api/ApiFormatYaml.php +++ b/includes/api/ApiFormatYaml.php @@ -40,7 +40,7 @@ class ApiFormatYaml extends ApiFormatJson { parent::execute(); } - public function getDescription() { - return 'DEPRECATED! Output data in YAML format' . ApiFormatBase::getDescription(); + public function isDeprecated() { + return true; } } -- cgit v1.2.3-54-g00ecf