X-Git-Url: https://scripts.mit.edu/gitweb/autoinstallsdev/mediawiki.git/blobdiff_plain/036b27389fdc19af6784c101fb7e56319de98b4c..d57edfddd6c01f0ed6b1a84019649cdf6cddd5f8:/includes/api/ApiQuery.php diff --git a/includes/api/ApiQuery.php b/includes/api/ApiQuery.php index f88aa850..ec4da791 100644 --- a/includes/api/ApiQuery.php +++ b/includes/api/ApiQuery.php @@ -691,7 +691,7 @@ class ApiQuery extends ApiBase { public function getVersion() { $psModule = new ApiPageSet( $this ); $vers = array(); - $vers[] = __CLASS__ . ': $Id: ApiQuery.php 80897 2011-01-24 18:57:42Z catrope $'; + $vers[] = __CLASS__ . ': $Id$'; $vers[] = $psModule->getVersion(); return $vers; }