Index: trunk/extensions/LiquidThreads/classes/Thread.php |
— | — | @@ -334,6 +334,9 @@ |
335 | 335 | // Add the trace thread to the tracking table. |
336 | 336 | $thread = Threads::newThread( $redirectArticle, new Article_LQT_Compat( $oldTitle ), null, |
337 | 337 | Threads::TYPE_MOVED, $this->subject() ); |
| 338 | + |
| 339 | + $thread->setSortkey( $this->sortkey() ); |
| 340 | + $thread->save(); |
338 | 341 | } |
339 | 342 | |
340 | 343 | // Lists total reply count, including replies to replies and such |