diff --git a/user_personal.php b/user_personal.php index eeb1d523..671345c7 100644 --- a/user_personal.php +++ b/user_personal.php @@ -194,13 +194,14 @@ } if(count($errorfields)) { echo error(i18n('Information will not be saved until the above errors are corrected')); - } else if ($ext_editor == false) { + } else { //output the current status $newstatus=user_personal_info_status($u); if($newstatus!='complete') echo error(i18n("Personal Information Incomplete")); else echo happy(i18n("Personal Information Complete")); + } if(count($u['types']) > 1) {