diff options
Diffstat (limited to 'includes/api/ApiFormatDbg.php')
-rw-r--r-- | includes/api/ApiFormatDbg.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiFormatDbg.php b/includes/api/ApiFormatDbg.php index 00b03494..32f223d7 100644 --- a/includes/api/ApiFormatDbg.php +++ b/includes/api/ApiFormatDbg.php @@ -55,6 +55,6 @@ class ApiFormatDbg extends ApiFormatBase { } public function getVersion() { - return __CLASS__ . ': $Id: ApiFormatDbg.php 78829 2010-12-22 20:52:06Z reedy $'; + return __CLASS__ . ': $Id$'; } } |