Index: trunk/extensions/LiquidThreads/classes/View.php |
— | — | @@ -1230,7 +1230,7 @@ |
1231 | 1231 | if ( !$target ) { |
1232 | 1232 | throw new MWException( "Thread " . $thread->id() . ' purports to be moved, ' . |
1233 | 1233 | 'but no redirect found in text of ' . |
1234 | | - $thread->title()->getPrefixedText() . '. Dying.' ); |
| 1234 | + $thread->root()->getTitle()->getPrefixedText() . '. Dying.' ); |
1235 | 1235 | } |
1236 | 1236 | |
1237 | 1237 | $t_thread = Threads::withRoot( new Article( $target ) ); |