fix for r54291: missing ending $ in $Id$
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 3 Aug 2009 19:57:35 +0000 (19:57 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 3 Aug 2009 19:57:35 +0000 (19:57 +0000)
includes/api/ApiQueryTags.php

index 9b937ff..6e70890 100644 (file)
@@ -162,6 +162,6 @@ class ApiQueryTags extends ApiQueryBase {
        }
 
        public function getVersion() {
-               return __CLASS__ . ': $Id: ApiQueryTags.php';
+               return __CLASS__ . ': $Id$';
        }
 }