@@ -40,7 +40,7 @@ |
||
40 | 40 | $groups = craft()->userGroups->getAllGroups(); |
41 | 41 | |
42 | 42 | // Return when groups found |
43 | - $result = count($groups) ? $groups : true; |
|
43 | + $result = count($groups) ? $groups : true; |
|
44 | 44 | } |
45 | 45 | |
46 | 46 | // Else, dont proceed with the user element |