http://www.mediawiki.org/wiki/Special:Code/MediaWiki/72494
Revision: 72494
Author: werdna
Date: 2010-09-06 13:30:05 +0000 (Mon, 06 Sep 2010)
Log Message:
-----------
Fix notice
Modified Paths:
--------------
trunk/extensions/LiquidThreads/classes/Thread.php
Modified: trunk/extensions/LiquidThreads/classes/Thread.php
===================================================================
--- trunk/extensions/LiquidThreads/classes/Thread.php 2010-09-06 13:26:24 UTC
(rev 72493)
+++ trunk/extensions/LiquidThreads/classes/Thread.php 2010-09-06 13:30:05 UTC
(rev 72494)
@@ -1213,7 +1213,7 @@
if ( is_object( $this->root() ) ) {
return $this->root()->getTitle();
} else {
- wfWarn( "Thread ".$thread->id()." has no title." );
+ wfWarn( "Thread ".$this->id()." has no title." );
return null;
}
}
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs