missing svn:keywords property
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 4 Sep 2008 22:20:32 +0000 (22:20 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 4 Sep 2008 22:20:32 +0000 (22:20 +0000)
includes/api/ApiEmailUser.php
includes/api/ApiWatch.php

index 5e2f64a..a06acd9 100644 (file)
@@ -113,7 +113,7 @@ class ApiEmailUser extends ApiBase {
        }
 
        public function getVersion() {
-               return __CLASS__ . ': $Id$';
+               return __CLASS__ . ': $Id$';
        }
 }      
        
\ No newline at end of file
index fc78049..e7fadea 100644 (file)
@@ -94,6 +94,6 @@ class ApiWatch extends ApiBase {
        }
 
        public function getVersion() {
-               return __CLASS__ . ': $Id: ApiLogout.php 35294 2008-05-24 20:44:49Z btongminh $';
+               return __CLASS__ . ': $Id$';
        }
 }