Index: trunk/extensions/LiquidThreads/pages/SpecialMergeThread.php |
— | — | @@ -128,7 +128,7 @@ |
129 | 129 | $thread->save(); |
130 | 130 | |
131 | 131 | foreach( $thread->replies() as $subThread ) { |
132 | | - $this->recursiveSet( $subThread, $subject, $ancestor, $reason ); |
| 132 | + $this->recursiveSet( $subThread, $subject, $ancestor ); |
133 | 133 | } |
134 | 134 | } |
135 | 135 | |