Index: trunk/extensions/LiquidThreads/classes/Threads.php |
— | — | @@ -194,9 +194,9 @@ |
195 | 195 | } |
196 | 196 | |
197 | 197 | static function newReplyTitle( $thread, $user) { |
198 | | - $topThread = $thread->topMostThread(); |
| 198 | + $topThread = $thread->topmostThread(); |
199 | 199 | |
200 | | - $base = $thread->title()->getText() . '/' . $user->getName(); |
| 200 | + $base = $topThread->title()->getText() . '/' . $user->getName(); |
201 | 201 | |
202 | 202 | return self::incrementedTitle( $base, NS_LQT_THREAD ); |
203 | 203 | } |