r56154 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56153‎ | r56154 | r56155 >
Date:21:51, 10 September 2009
Author:werdna
Status:deferred
Tags:
Comment:
Fix notice
Modified paths:
  • /trunk/extensions/LiquidThreads/pages/SpecialMergeThread.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/pages/SpecialMergeThread.php
@@ -128,7 +128,7 @@
129129 $thread->save();
130130
131131 foreach( $thread->replies() as $subThread ) {
132 - $this->recursiveSet( $subThread, $subject, $ancestor, $reason );
 132+ $this->recursiveSet( $subThread, $subject, $ancestor );
133133 }
134134 }
135135

Status & tagging log