Normalise casing of svn:keywords Id
authorSam Reed <reedy@users.mediawiki.org>
Mon, 10 Jan 2011 22:36:26 +0000 (22:36 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Mon, 10 Jan 2011 22:36:26 +0000 (22:36 +0000)
Add missing Id to ApiFormatDump and ApiUpload

includes/api/ApiUpload.php

index 47e569f..7bd2c39 100644 (file)
@@ -504,6 +504,6 @@ class ApiUpload extends ApiBase {
        }
 
        public function getVersion() {
-               return __CLASS__ . ': $Id: ApiUpload.php 51812 2009-06-12 23:45:20Z dale $';
+               return __CLASS__ . ': $Id$';
        }
 }