Index: branches/liquidthreads/extensions/LqtModel.php |
— | — | @@ -759,7 +759,7 @@ |
760 | 760 | foreach( $lines as $key => $m ) { |
761 | 761 | if ( preg_match( "/^{$l_path}\.\d+$/", $m->thread_path ) ) { |
762 | 762 | // unset($lines[$key]); |
763 | | - $children[] = Threads::buildThread( &$lines, $m ); |
| 763 | + $children[] = Threads::buildThread( $lines, $m ); |
764 | 764 | } |
765 | 765 | } |
766 | 766 | $t = new Thread($l, $children); |