From: Alexandre Emsenhuber Date: Mon, 3 Aug 2009 19:57:35 +0000 (+0000) Subject: fix for r54291: missing ending $ in $Id$ X-Git-Tag: 1.31.0-rc.0~40534 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=d8ad5fc9b3960109b0f412e2c76f349d3c3647b2;p=lhc%2Fweb%2Fwiklou.git fix for r54291: missing ending $ in $Id$ --- diff --git a/includes/api/ApiQueryTags.php b/includes/api/ApiQueryTags.php index 9b937ff372..6e70890930 100644 --- a/includes/api/ApiQueryTags.php +++ b/includes/api/ApiQueryTags.php @@ -162,6 +162,6 @@ class ApiQueryTags extends ApiQueryBase { } public function getVersion() { - return __CLASS__ . ': $Id: ApiQueryTags.php'; + return __CLASS__ . ': $Id$'; } }