Index: trunk/extensions/LiquidThreads/classes/Hooks.php |
— | — | @@ -714,7 +714,7 @@ |
715 | 715 | |
716 | 716 | foreach( $titlePendingRelationships as $k => $v ) { |
717 | 717 | if ( $v['type'] == 'thread' ) { |
718 | | - self::applyPendingThreadRelationship( $pendingRelationship, $thread ); |
| 718 | + self::applyPendingThreadRelationship( $v, $thread ); |
719 | 719 | unset( $titlePendingRelationships[$k] ); |
720 | 720 | } |
721 | 721 | } |