From: Sam Reed Date: Thu, 1 Apr 2010 22:38:29 +0000 (+0000) Subject: svn:keywords Id for r64436 X-Git-Tag: 1.31.0-rc.0~37273 X-Git-Url: https://git.heureux-cyclage.org/?a=commitdiff_plain;ds=sidebyside;h=5ebfb332f30e2566b72b043d16c40425a1eb0adb;p=lhc%2Fweb%2Fwiklou.git svn:keywords Id for r64436 --- diff --git a/includes/api/ApiGo.php b/includes/api/ApiGo.php index 36dd05cfd5..8e676e49bf 100644 --- a/includes/api/ApiGo.php +++ b/includes/api/ApiGo.php @@ -96,6 +96,6 @@ class ApiGo extends ApiBase { } public function getVersion() { - return __CLASS__ . ': $Id: $'; + return __CLASS__ . ': $Id$'; } }