Index: trunk/extensions/LiquidThreads/api/ApiQueryLQTThreads.php |
— | — | @@ -88,10 +88,6 @@ |
89 | 89 | } |
90 | 90 | |
91 | 91 | $res = $this->select( __METHOD__ ); |
92 | | - |
93 | | - if ( $params['render'] ) { |
94 | | - $threads = Threads::loadFromResult( $res, $this->getDB() ); |
95 | | - } |
96 | 92 | |
97 | 93 | $ids = array(); |
98 | 94 | $count = 0; |