@@ -258,8 +258,7 @@ |
||
258 | 258 | if ($group_rule['autogroups_group_id'] == $current_rule['autogroups_group_id'] && |
259 | 259 | $group_rule['autogroups_type_id'] != $current_rule['autogroups_type_id'] && |
260 | 260 | count($user_id_ary) |
261 | - ) |
|
262 | - { |
|
261 | + ) { |
|
263 | 262 | // Load other auto group rule's condition type and get new data for our user(s) |
264 | 263 | $condition = $this->container->get($group_rule['autogroups_type_name']); |
265 | 264 | $condition_user_data = $condition->get_users_for_condition(array( |