X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/mediawiki.git/blobdiff_plain/ed929caf35b91662df31b9ee922286ddea5659cb..19e297c21b10b1b8a3acad5e73fc71dcb35db44a:/includes/api/ApiImport.php diff --git a/includes/api/ApiImport.php b/includes/api/ApiImport.php index 1b5153f9..7b3fe8e4 100644 --- a/includes/api/ApiImport.php +++ b/includes/api/ApiImport.php @@ -160,7 +160,7 @@ class ApiImport extends ApiBase { } public function getVersion() { - return __CLASS__ . ': $Id: ApiImport.php 77800 2010-12-05 14:22:49Z ialex $'; + return __CLASS__ . ': $Id$'; } }