Index: trunk/extensions/LiquidThreads/classes/View.php |
— | — | @@ -1592,7 +1592,7 @@ |
1593 | 1593 | |
1594 | 1594 | if ( !$target ) { |
1595 | 1595 | throw new MWException( "Thread " . $thread->id() . ' purports to be moved, ' . |
1596 | | - 'but no redirect found in text of ' . |
| 1596 | + 'but no redirect found in text (' . $article->getContent() . ') of ' . |
1597 | 1597 | $thread->root()->getTitle()->getPrefixedText() . '. Dying.' ); |
1598 | 1598 | } |
1599 | 1599 | |