From d8ad5fc9b3960109b0f412e2c76f349d3c3647b2 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 3 Aug 2009 19:57:35 +0000 Subject: [PATCH] fix for r54291: missing ending $ in $Id$ --- includes/api/ApiQueryTags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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$'; } } -- 2.20.1