r56358 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56357‎ | r56358 | r56359 >
Date:12:50, 15 September 2009
Author:werdna
Status:deferred
Tags:
Comment:
Fix oddness in reply titles
Modified paths:
  • /trunk/extensions/LiquidThreads/classes/Threads.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/classes/Threads.php
@@ -194,9 +194,9 @@
195195 }
196196
197197 static function newReplyTitle( $thread, $user) {
198 - $topThread = $thread->topMostThread();
 198+ $topThread = $thread->topmostThread();
199199
200 - $base = $thread->title()->getText() . '/' . $user->getName();
 200+ $base = $topThread->title()->getText() . '/' . $user->getName();
201201
202202 return self::incrementedTitle( $base, NS_LQT_THREAD );
203203 }

Status & tagging log