r68786 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68785‎ | r68786 | r68787 >
Date:18:36, 30 June 2010
Author:werdna
Status:deferred
Tags:
Comment:
Improve debugging info
Modified paths:
  • /trunk/extensions/LiquidThreads/classes/View.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/classes/View.php
@@ -1592,7 +1592,7 @@
15931593
15941594 if ( !$target ) {
15951595 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 ' .
15971597 $thread->root()->getTitle()->getPrefixedText() . '. Dying.' );
15981598 }
15991599

Status & tagging log