Project

General

Profile

Bug #2240 » controller.user.patch

krileon, 24 January 2011 16:36

View differences:

administrator/components/com_comprofiler/controller/controller.user.php
$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 );
}
}
$null = null;
(3-3/5)