aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-13 02:29:10 -0700
committerfriendica <info@friendica.com>2013-08-13 02:29:10 -0700
commitd6c6a2b144ad1c619cef70310bad7e0cdc920e77 (patch)
tree0936cc0ffdb9c2c73de52bd9aa30c1fcabe73390 /boot.php
parentb9a8b73392afc6e460073ac6305da24623de5b49 (diff)
downloadvolse-hubzilla-d6c6a2b144ad1c619cef70310bad7e0cdc920e77.tar.gz
volse-hubzilla-d6c6a2b144ad1c619cef70310bad7e0cdc920e77.tar.bz2
volse-hubzilla-d6c6a2b144ad1c619cef70310bad7e0cdc920e77.zip
debugging issue #58 - seems to work but needs (more) theming
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index b59b7024c..d7f2b437a 100755
--- a/boot.php
+++ b/boot.php
@@ -1625,7 +1625,7 @@ function profile_sidebar($profile, $block = 0) {
require_once('include/Contact.php');
- $connect_url = rconnect_url($profile['uid'],get_observer_xchan());
+ $connect_url = rconnect_url($profile['uid'],get_observer_hash());
$connect = (($connect_url) ? t('Connect') : '');
if($connect_url)