]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blobdiff - includes/api/ApiQuery.php
MediaWiki 1.17.4
[autoinstalls/mediawiki.git] / includes / api / ApiQuery.php
index f88aa8502ec25c09fbba4ee405d9dc85cb2c5817..ec4da791f3bc7a39aea5704f43fd49a44beb92cd 100644 (file)
@@ -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;
        }