# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. --- administrator/components/com_comprofiler/controller/controller.user.php +++ administrator/components/com_comprofiler/controller/controller.user.php @@ -68,6 +68,7 @@ $user->confirmed = '1'; $user->sendEmail = '0'; $user->gid = $_CB_framework->acl->get_group_id( $_CB_framework->getCfg( 'new_usertype' ), 'ARO' ); + $user->gids = array( $user->gid ); \ No newline at end of file } } $null = null;