diff options
author | redmatrix <git@macgirvin.com> | 2016-06-21 19:25:14 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-06-21 19:25:14 -0700 |
commit | 2a840460dddb06c99b616b5adc666ee0f39588de (patch) | |
tree | 37daf593207828e5b09f927d5190af3e5a350523 /include | |
parent | 12f114c4bea5a48466da60d9f68f1f74a9671329 (diff) | |
download | volse-hubzilla-2a840460dddb06c99b616b5adc666ee0f39588de.tar.gz volse-hubzilla-2a840460dddb06c99b616b5adc666ee0f39588de.tar.bz2 volse-hubzilla-2a840460dddb06c99b616b5adc666ee0f39588de.zip |
vcard spec changes
Diffstat (limited to 'include')
-rw-r--r-- | include/channel.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/channel.php b/include/channel.php index fdb6788be..562aedddc 100644 --- a/include/channel.php +++ b/include/channel.php @@ -1033,6 +1033,7 @@ function profile_sidebar($profile, $block = 0, $show_connect = true, $zcard = fa $diaspora = array( 'podloc' => z_root(), + 'guid' => $profile['channel_guid'] . str_replace('.','',App::get_hostname()), 'searchable' => (($block) ? 'false' : 'true'), 'nickname' => $profile['channel_address'], 'fullname' => $profile['channel_name'], |