summaryrefslogtreecommitdiff
path: root/includes/api/ApiDisabled.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/api/ApiDisabled.php')
-rw-r--r--includes/api/ApiDisabled.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiDisabled.php b/includes/api/ApiDisabled.php
index 947267f3..ad731bb4 100644
--- a/includes/api/ApiDisabled.php
+++ b/includes/api/ApiDisabled.php
@@ -70,6 +70,6 @@ class ApiDisabled extends ApiBase {
}
public function getVersion() {
- return __CLASS__ . ': $Id: ApiDisabled.php 79969 2011-01-10 22:36:26Z reedy $';
+ return __CLASS__ . ': $Id$';
}
}