diff --git a/main/auth/profile.php b/main/auth/profile.php index b435cf69e0..92c33cb56c 100644 --- a/main/auth/profile.php +++ b/main/auth/profile.php @@ -1,4 +1,4 @@ -'.Display::return_icon('edit.gif',get_lang('EditExtendProfile')).' '.get_lang('EditExtendProfile').''; } if (api_get_setting('allow_social_tool')=='true' && api_get_setting('allow_message_tool')=='true') { - echo ''.Display::return_icon('edit.gif').' '.mb_convert_encoding(get_lang('ViewSharedProfile'),'UTF-8',$charset).''; + echo ''.Display::return_icon('edit.gif').' '.get_lang('ViewSharedProfile').''; } echo ''; }