Passed
Push — master ( 223a91...782554 )
by Morris
11:37
created
lib/base.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -864,8 +864,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.