r72494 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72493‎ | r72494 | r72495 >
Date:13:30, 6 September 2010
Author:werdna
Status:deferred
Tags:
Comment:
Fix notice
Modified paths:
  • /trunk/extensions/LiquidThreads/classes/Thread.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/classes/Thread.php
@@ -1213,7 +1213,7 @@
12141214 if ( is_object( $this->root() ) ) {
12151215 return $this->root()->getTitle();
12161216 } else {
1217 - wfWarn( "Thread ".$thread->id()." has no title." );
 1217+ wfWarn( "Thread ".$this->id()." has no title." );
12181218 return null;
12191219 }
12201220 }

Status & tagging log