@@ -864,8 +864,7 @@ |
||
864 | 864 | $restrictions = array_values($restrictions); |
865 | 865 | if (empty($restrictions)) { |
866 | 866 | $appManager->disableApp($appId); |
867 | - } |
|
868 | - else{ |
|
867 | + } else{ |
|
869 | 868 | $appManager->enableAppForGroups($appId, $restrictions); |
870 | 869 | } |
871 | 870 |