summaryrefslogtreecommitdiff
path: root/includes/api/ApiFormatDbg.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/api/ApiFormatDbg.php')
-rw-r--r--includes/api/ApiFormatDbg.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/includes/api/ApiFormatDbg.php b/includes/api/ApiFormatDbg.php
index f0fc5e91..254c140b 100644
--- a/includes/api/ApiFormatDbg.php
+++ b/includes/api/ApiFormatDbg.php
@@ -29,7 +29,7 @@ if (!defined('MEDIAWIKI')) {
}
/**
- * @addtogroup API
+ * @ingroup API
*/
class ApiFormatDbg extends ApiFormatBase {
@@ -53,7 +53,6 @@ class ApiFormatDbg extends ApiFormatBase {
}
public function getVersion() {
- return __CLASS__ . ': $Id: ApiFormatPhp.php 23531 2007-06-29 01:19:14Z simetrical $';
+ return __CLASS__ . ': $Id: ApiFormatDbg.php 35098 2008-05-20 17:13:28Z ialex $';
}
}
-