Completed
Push — develop ( c95879...5d7913 )
by Daniel
08:51
created
services/forum/data.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -242,8 +242,7 @@
 block discarded – undo
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
 		}
Please login to merge, or discard this patch.