r54304 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54303‎ | r54304 | r54305 >
Date:19:57, 3 August 2009
Author:ialex
Status:ok
Tags:
Comment:
fix for r54291: missing ending $ in $Id$
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryTags.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryTags.php
@@ -162,6 +162,6 @@
163163 }
164164
165165 public function getVersion() {
166 - return __CLASS__ . ': $Id: ApiQueryTags.php';
 166+ return __CLASS__ . ': $Id$';
167167 }
168168 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r54291(bug 19004) Added support for tags to the API. Patch by Matthew Britton.btongminh17:48, 3 August 2009

Status & tagging log