Index: trunk/extensions/LiquidThreads/pages/TalkpageView.php |
— | — | @@ -251,8 +251,6 @@ |
252 | 252 | $pager = $this->getPager(); |
253 | 253 | |
254 | 254 | $threads = $this->getPageThreads( $pager ); |
255 | | - |
256 | | -// $html .= $this->getArchiveWidget(); |
257 | 255 | |
258 | 256 | if ( count($threads) > 0 ) { |
259 | 257 | $html .= Xml::element( 'br', array( 'style' => 'clear: both;' ) ); |
— | — | @@ -339,7 +337,7 @@ |
340 | 338 | ); |
341 | 339 | |
342 | 340 | if ( !$this->showDeleted ) { |
343 | | - $queryInfo['where']['thread_deleted'] = 0; |
| 341 | + $queryInfo['conds']['thread_deleted'] = 0; |
344 | 342 | } |
345 | 343 | |
346 | 344 | return $queryInfo; |