diff options
author | friendica <info@friendica.com> | 2013-08-13 02:29:10 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-13 02:29:10 -0700 |
commit | d6c6a2b144ad1c619cef70310bad7e0cdc920e77 (patch) | |
tree | 0936cc0ffdb9c2c73de52bd9aa30c1fcabe73390 /boot.php | |
parent | b9a8b73392afc6e460073ac6305da24623de5b49 (diff) | |
download | volse-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-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |