@@ -45,7 +45,7 @@ |
||
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 |