]> git.mxchange.org Git - friendica.git/commitdiff
show connect link even on restricted profiles
authorfriendica <info@friendica.com>
Sun, 8 Jan 2012 21:39:41 +0000 (13:39 -0800)
committerfriendica <info@friendica.com>
Sun, 8 Jan 2012 21:39:41 +0000 (13:39 -0800)
boot.php

index 2521ab25a6173e092ae5fc9a1d2fe7afaf0bac76..2bbe3fd04e7a5c6cb228017b133a7ea12c7112ad 100644 (file)
--- 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'],' '))