aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-01-08 13:39:41 -0800
committerfriendica <info@friendica.com>2012-01-08 13:39:41 -0800
commit96031d0e95cb1837944bc38afb056c8fd6ebb594 (patch)
treeca26a61920a11deca143c6d2b43006a92993debf /boot.php
parent9d0664ba48bb89e1750fd2eec30f2adedbe80bb6 (diff)
downloadvolse-hubzilla-96031d0e95cb1837944bc38afb056c8fd6ebb594.tar.gz
volse-hubzilla-96031d0e95cb1837944bc38afb056c8fd6ebb594.tar.bz2
volse-hubzilla-96031d0e95cb1837944bc38afb056c8fd6ebb594.zip
show connect link even on restricted profiles
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 2521ab25a..2bbe3fd04 100644
--- a/boot.php
+++ b/boot.php
@@ -9,7 +9,7 @@ require_once('include/nav.php');
require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
-define ( 'FRIENDICA_VERSION', '2.3.1219' );
+define ( 'FRIENDICA_VERSION', '2.3.1220' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
define ( 'DB_UPDATE_VERSION', 1115 );
@@ -968,7 +968,7 @@ function profile_sidebar($profile, $block = 0) {
$homepage = ((x($profile,'homepage') == 1) ? t('Homepage:') : False);
if(($profile['hidewall'] || $block) && (! local_user()) && (! remote_user())) {
- $location = $pdesc = $connect = $gender = $marital = $homepage = False;
+ $location = $pdesc = $gender = $marital = $homepage = False;
}
$firstname = ((strpos($profile['name'],' '))