@@ -144,7 +144,7 @@ |
||
144 | 144 | * @param string $position |
145 | 145 | * @param array $blocks |
146 | 146 | * @param array $ex_positions |
147 | - * @param array $users_groups |
|
147 | + * @param integer[] $users_groups |
|
148 | 148 | * @param array $display_modes |
149 | 149 | * @param bool $edit_mode |
150 | 150 | * @return array[] |
@@ -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 | } |