Summary:
Doesn't work with FEU permissions
Detailed Description:
Hi,
FEU groups permissions fails on default FE action.
file; CGBetterUploads.module.php line 399:
$arr = $this->GetMemberGroupsArray($uid);
Should be:
$arr = $feu->GetMemberGroupsArray($uid);
Hope this will help,