r25108 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25107‎ | r25108 | r25109 >
Date:07:24, 24 August 2007
Author:david
Status:old
Tags:
Comment:
m: fixed a notice about reference passing
Modified paths:
  • /branches/liquidthreads/extensions/LqtModel.php (modified) (history)

Diff [purge]

Index: branches/liquidthreads/extensions/LqtModel.php
@@ -759,7 +759,7 @@
760760 foreach( $lines as $key => $m ) {
761761 if ( preg_match( "/^{$l_path}\.\d+$/", $m->thread_path ) ) {
762762 // unset($lines[$key]);
763 - $children[] = Threads::buildThread( &$lines, $m );
 763+ $children[] = Threads::buildThread( $lines, $m );
764764 }
765765 }
766766 $t = new Thread($l, $children);

Status & tagging log