Passed
Pull Request — master (#1)
by Michael
02:32
created
admin/permissions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
 
46 46
         // Ensure $groups is an array
47 47
         if (!is_array($groups)) {
48
-            $groups = (array)$groups;
48
+            $groups = (array) $groups;
49 49
         }
50 50
 
51 51
         // Save the permission for the item
Please login to merge, or discard this patch.