@@ -58,7 +58,9 @@ |
||
| 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. |