diff --git a/user_personal.php b/user_personal.php index b7c6eed5..24586227 100644 --- a/user_personal.php +++ b/user_personal.php @@ -86,6 +86,7 @@ if ($eid != $_SESSION['users_id']) { $type = $_SESSION['users_type']; $u = user_load($eid); + /* Load the fields the user can edit, and theones that are required */ $fields = array(); $required = array(); @@ -185,10 +186,11 @@ if (get_value_from_array($_SESSION, 'embed') == true) { $newstatus = user_personal_info_status($u); ?>