summaryrefslogtreecommitdiff
path: root/includes/api/ApiImport.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/api/ApiImport.php')
-rw-r--r--includes/api/ApiImport.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiImport.php b/includes/api/ApiImport.php
index a1e5709a..ce740efc 100644
--- a/includes/api/ApiImport.php
+++ b/includes/api/ApiImport.php
@@ -170,7 +170,7 @@ class ApiImport extends ApiBase {
}
public function getVersion() {
- return __CLASS__ . ': $Id: ApiImport.php 104449 2011-11-28 15:52:04Z reedy $';
+ return __CLASS__ . ': $Id$';
}
}