@@ -53,8 +53,7 @@ |
||
53 | 53 | */ |
54 | 54 | $groupIds = (array) $context->getConfig()->get( 'controller/frontend/customer/groupids', [] ); |
55 | 55 | $this->item = $this->manager->createItem()->setGroups( $groupIds ); |
56 | - } |
|
57 | - else |
|
56 | + } else |
|
58 | 57 | { |
59 | 58 | $this->item = $this->manager->get( $userid, [], true ); |
60 | 59 | } |