Index: trunk/extensions/LiquidThreads/classes/Thread.php |
— | — | @@ -352,7 +352,7 @@ |
353 | 353 | $redirectArticle->doEdit( $redirectText, $reason, EDIT_NEW ); |
354 | 354 | |
355 | 355 | // Add the trace thread to the tracking table. |
356 | | - $thread = Threads::newThread( $redirectArticle, new Article_LQT_Compat( $oldTitle ), null, |
| 356 | + $thread = Thread::create( $redirectArticle, new Article_LQT_Compat( $oldTitle ), null, |
357 | 357 | Threads::TYPE_MOVED, $this->subject() ); |
358 | 358 | |
359 | 359 | $thread->setSortkey( $this->sortkey() ); |