From 370e83bb0dfd0c70de268c93bf07ad5ee0897192 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 15 Aug 2008 01:29:47 +0200 Subject: Update auf 1.13.0 --- includes/api/ApiHelp.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'includes/api/ApiHelp.php') diff --git a/includes/api/ApiHelp.php b/includes/api/ApiHelp.php index 47a45ea1..4ccb5acf 100644 --- a/includes/api/ApiHelp.php +++ b/includes/api/ApiHelp.php @@ -30,8 +30,8 @@ if (!defined('MEDIAWIKI')) { /** * This is a simple class to handle action=help - * - * @addtogroup API + * + * @ingroup API */ class ApiHelp extends ApiBase { @@ -57,7 +57,6 @@ class ApiHelp extends ApiBase { } public function getVersion() { - return __CLASS__ . ': $Id: ApiHelp.php 30222 2008-01-28 19:05:26Z catrope $'; + return __CLASS__ . ': $Id: ApiHelp.php 35098 2008-05-20 17:13:28Z ialex $'; } } - -- cgit v1.2.3-54-g00ecf