Completed
Push — master ( 2f69dc...15c96e )
by Angus
02:46
created
application/models/Tracker/Tracker_List_Model.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,9 @@
 block discarded – undo
58 58
 				];
59 59
 				$arr['series'][$row->category]['manga'][] = $data;
60 60
 
61
-				if(!$arr['has_inactive']) $arr['has_inactive'] = !$data['title_data']['active'];
61
+				if(!$arr['has_inactive']) {
62
+					$arr['has_inactive'] = !$data['title_data']['active'];
63
+				}
62 64
 			}
63 65
 
64 66
 			//FIXME: This is not good for speed, but we're kind of required to do this for UX purposes.
Please login to merge, or discard this patch.