r62603 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62602‎ | r62603 | r62604 >
Date:22:05, 16 February 2010
Author:reedy
Status:reverted (Comments)
Tags:
Comment:
Fixup getVersion (wasn't working)
Modified paths:
  • /trunk/extensions/LiquidThreads/api/ApiThreadAction.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/api/ApiThreadAction.php
@@ -777,6 +777,6 @@
778778 }
779779
780780 public function getVersion() {
781 - return __CLASS__ . ': $Id: $';
 781+ return __CLASS__ . '$Id: $';
782782 }
783783 }
\ No newline at end of file

Follow-up revisions

RevisionCommit summaryAuthorDate
r62605Maybe the file name will help too re r62603reedy22:06, 16 February 2010
r62606Add SVN prop to go with r62603 and r62605reedy22:07, 16 February 2010
r62609Readd colon from r62603...reedy22:36, 16 February 2010

Comments

#Comment by Catrope (talk | contribs)   22:27, 16 February 2010

Please re-add this colon, all other API modules have it.

Status & tagging log