Removed the call to the validation function in useradd.
git-svn-id: http://code.elgg.org/elgg/trunk@7132
36083f99-b078-4883-b0ff-
0f9b5a30f544
$new_user->admin_created = TRUE;
$new_user->created_by_guid = get_loggedin_userid();
- set_user_validation_status($new_user->getGUID(), TRUE, 'admin_created');
$subject = elgg_echo('useradd:subject');
$body = sprintf(elgg_echo('useradd:body'), $name,
$container_guid = (int)$container_guid;
if (!$container_guid) {
- $container_guid = get_page_owner_guid();
+ $container_guid = elgg_get_page_owner_guid();
}
if (!$container_guid) {