Index: trunk/extensions/LiquidThreads/pages/SpecialSplitThread.php |
— | — | @@ -75,7 +75,7 @@ |
76 | 76 | $thread->save( ); |
77 | 77 | |
78 | 78 | foreach( $thread->replies() as $subThread ) { |
79 | | - $this->recursiveSet( $subThread, $subject, $ancestor, $reason ); |
| 79 | + $this->recursiveSet( $subThread, $subject, $ancestor ); |
80 | 80 | } |
81 | 81 | } |
82 | 82 | |