r56387 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56386‎ | r56387 | r56388 >
Date:19:00, 15 September 2009
Author:werdna
Status:deferred
Tags:
Comment:
Fix E_NOTICE
Modified paths:
  • /trunk/extensions/LiquidThreads/pages/SpecialSplitThread.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/pages/SpecialSplitThread.php
@@ -75,7 +75,7 @@
7676 $thread->save( );
7777
7878 foreach( $thread->replies() as $subThread ) {
79 - $this->recursiveSet( $subThread, $subject, $ancestor, $reason );
 79+ $this->recursiveSet( $subThread, $subject, $ancestor );
8080 }
8181 }
8282

Status & tagging log