issue #683 - don't linkify homepage field without validating

This commit is contained in:
friendica
2014-11-10 19:20:23 -08:00
parent 5619902776
commit d432f4ccd5
3 changed files with 5 additions and 1 deletions

View File

@@ -890,6 +890,8 @@ function profile_sidebar($profile, $block = 0, $show_connect = true) {
|| (x($profile,'country_name') == 1))
$location = t('Location:');
$profile['homepage'] = linkify($profile['homepage']);
$gender = ((x($profile,'gender') == 1) ? t('Gender:') : False);
$marital = ((x($profile,'marital') == 1) ? t('Status:') : False);
$homepage = ((x($profile,'homepage') == 1) ? t('Homepage:') : False);