@@ -202,8 +202,9 @@ |
||
202 | 202 | $circle->setDescription($arr['description']); |
203 | 203 | $circle->setType($arr['type']); |
204 | 204 | $circle->setCreation($arr['creation']); |
205 | - if (key_exists('count', $arr)) |
|
206 | - $circle->setCount($arr['count']); |
|
205 | + if (key_exists('count', $arr)) { |
|
206 | + $circle->setCount($arr['count']); |
|
207 | + } |
|
207 | 208 | |
208 | 209 | $owner = new Member(); |
209 | 210 | $owner->setUserId($arr['owner']); |