r69641 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69640‎ | r69641 | r69642 >
Date:20:20, 20 July 2010
Author:reedy
Status:deferred
Tags:
Comment:
Remove fixme. Uncomment return for getVersion
Modified paths:
  • /branches/new-checkuser/CheckUserApi.php (modified) (history)
  • /branches/new-checkuser/CheckUserApiLog.php (modified) (history)

Diff [purge]

Index: branches/new-checkuser/CheckUserApi.php
@@ -238,7 +238,6 @@
239239 }
240240
241241 public function getVersion() {
242 - //return __CLASS__ . ': $Id$';
243 - ##FIXME
 242+ return __CLASS__ . ': $Id$';
244243 }
245244 }
Index: branches/new-checkuser/CheckUserApiLog.php
@@ -162,7 +162,6 @@
163163 }
164164
165165 public function getVersion() {
166 - //return __CLASS__ . ': $Id$';
167 - ##FIXME
 166+ return __CLASS__ . ': $Id$';
168167 }
169168 }

Status & tagging log