r101330 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101329‎ | r101330 | r101331 >
Date:00:16, 31 October 2011
Author:cryptocoryne
Status:ok
Tags:
Comment:
fixed obvious misprint
Modified paths:
  • /trunk/extensions/CheckUser/api/ApiQueryCheckUserLog.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CheckUser/api/ApiQueryCheckUserLog.php
@@ -41,7 +41,7 @@
4242 'checkuser' => $row->cul_user_text,
4343 'type' => $row->cul_type,
4444 'reason' => $row->cul_reason,
45 - 'target' => $row->curl_target_text,
 45+ 'target' => $row->cul_target_text,
4646 );
4747 }
4848

Status & tagging log