@@ -242,8 +242,7 @@ |
||
242 | 242 | { |
243 | 243 | $sql_where[] = $this->db->sql_in_set('p.post_id', array_map('intval', $post_ids)); |
244 | 244 | return $sql_where; |
245 | - } |
|
246 | - else if (sizeof($this->store['topic'])) |
|
245 | + } else if (sizeof($this->store['topic'])) |
|
247 | 246 | { |
248 | 247 | $this->_limit_posts_by_topic($sql_where, $topic_first_or_last_post); |
249 | 248 | } |