svn:keywords Id for r64436
authorSam Reed <reedy@users.mediawiki.org>
Thu, 1 Apr 2010 22:38:29 +0000 (22:38 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Thu, 1 Apr 2010 22:38:29 +0000 (22:38 +0000)
includes/api/ApiGo.php

index 36dd05c..8e676e4 100644 (file)
@@ -96,6 +96,6 @@ class ApiGo extends ApiBase {
        }
 
        public function getVersion() {
-               return __CLASS__ . ': $Id$';
+               return __CLASS__ . ': $Id$';
        }
 }