aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-11-10 19:20:23 -0800
committerfriendica <info@friendica.com>2014-11-10 19:20:23 -0800
commitd432f4ccd5696565dbc6e726d6d06eb77fd35f77 (patch)
tree136bd689e5624fe1877881338809c4f2bdc05fcf /include/identity.php
parent56199027768a07d7f1f980df08fb9c5dc7b1278e (diff)
downloadvolse-hubzilla-d432f4ccd5696565dbc6e726d6d06eb77fd35f77.tar.gz
volse-hubzilla-d432f4ccd5696565dbc6e726d6d06eb77fd35f77.tar.bz2
volse-hubzilla-d432f4ccd5696565dbc6e726d6d06eb77fd35f77.zip
issue #683 - don't linkify homepage field without validating
Diffstat (limited to 'include/identity.php')
-rw-r--r--include/identity.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/identity.php b/include/identity.php
index b9ee00623..c8b5a3679 100644
--- a/include/identity.php
+++ b/include/identity.php
@@ -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);