r75532 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75531‎ | r75532 | r75533 >
Date:12:20, 27 October 2010
Author:reedy
Status:deferred
Tags:
Comment:
is undefined, guessing that type is from that row. Variablising
Modified paths:
  • /trunk/extensions/LiquidThreads/classes/Thread.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/classes/Thread.php
@@ -1625,8 +1625,9 @@
16261626 foreach( $res as $row ) {
16271627 $thread_id = $row->tr_thread;
16281628 $user = $row->tr_user_text;
 1629+ $type = $row->tr_type;
16291630 $info = array(
1630 - 'type' => $row->tr_type,
 1631+ 'type' => $type,
16311632 'user-id' => $row->tr_user,
16321633 'user-name' => $row->tr_user_text,
16331634 'value' => $row->tr_value,

Status & tagging log