Completed
Push — master ( 4a8b55...d86878 )
by Daniel
11:13
created
services/forum/data.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -215,8 +215,7 @@  discard block
 block discarded – undo
215 215
 		if (sizeof($post_ids))
216 216
 		{
217 217
 			$sql_where[] = $this->db->sql_in_set('p.post_id', $post_ids);
218
-		}
219
-		else if (sizeof($this->store['topic']))
218
+		} else if (sizeof($this->store['topic']))
220 219
 		{
221 220
 			$sql_where[] = $this->db->sql_in_set('p.topic_id', array_keys($this->store['topic']));
222 221
 
@@ -240,8 +239,7 @@  discard block
 block discarded – undo
240 239
 		if ($this->_can_track_by_lastread())
241 240
 		{
242 241
 			$info = $this->_build_tracking_info('get_topic_tracking');
243
-		}
244
-		else if ($this->_can_track_anonymous())
242
+		} else if ($this->_can_track_anonymous())
245 243
 		{
246 244
 			$info = $this->_build_tracking_info('get_complete_topic_tracking');
247 245
 		}
Please login to merge, or discard this patch.