r75533 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75532‎ | r75533 | r75534 >
Date:12:22, 27 October 2010
Author:reedy
Status:deferred
Tags:
Comment:
is undefined, guessing it's also from row. Variablising
Modified paths:
  • /trunk/extensions/LiquidThreads/classes/Hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/classes/Hooks.php
@@ -720,10 +720,11 @@
721721 $res = $dbr->select( 'thread_pending_relationship', '*', array(1), __METHOD__ );
722722
723723 foreach( $res as $row ) {
 724+ $title = $row->tpr_title;
724725 $entry = array(
725726 'thread' => $row->tpr_thread,
726727 'relationship' => $row->tpr_relationship,
727 - 'title' => $row->tpr_title,
 728+ 'title' => $title,
728729 'type' => $row->tpr_type,
729730 );
730731

Status & tagging log