From: Roan Kattouw Date: Tue, 24 Mar 2009 16:08:29 +0000 (+0000) Subject: svn:keywords=Id X-Git-Tag: 1.31.0-rc.0~42390 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=4f4a29e5a4ad01c9706e8266ba8db1bc99ade86c;p=lhc%2Fweb%2Fwiklou.git svn:keywords=Id --- diff --git a/includes/api/ApiUserrights.php b/includes/api/ApiUserrights.php index 3f1e34c731..9e6c9f16f3 100644 --- a/includes/api/ApiUserrights.php +++ b/includes/api/ApiUserrights.php @@ -112,6 +112,6 @@ class ApiUserrights extends ApiBase { } public function getVersion() { - return __CLASS__ . ': $Id: ApiMove.php 48091 2009-03-06 13:49:44Z catrope $'; + return __CLASS__ . ': $Id$'; } }