diff options
Diffstat (limited to 'includes/api/ApiQueryDisabled.php')
-rw-r--r-- | includes/api/ApiQueryDisabled.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiQueryDisabled.php b/includes/api/ApiQueryDisabled.php index c9edd2e4..ab08042a 100644 --- a/includes/api/ApiQueryDisabled.php +++ b/includes/api/ApiQueryDisabled.php @@ -68,6 +68,6 @@ class ApiQueryDisabled extends ApiQueryBase { } public function getVersion() { - return __CLASS__ . ': $Id: ApiQueryDisabled.php 79969 2011-01-10 22:36:26Z reedy $'; + return __CLASS__ . ': $Id$'; } } |