Index: trunk/extensions/LiquidThreads/classes/Thread.php |
— | — | @@ -1213,7 +1213,7 @@ |
1214 | 1214 | if ( is_object( $this->root() ) ) { |
1215 | 1215 | return $this->root()->getTitle(); |
1216 | 1216 | } else { |
1217 | | - wfWarn( "Thread ".$thread->id()." has no title." ); |
| 1217 | + wfWarn( "Thread ".$this->id()." has no title." ); |
1218 | 1218 | return null; |
1219 | 1219 | } |
1220 | 1220 | } |