diff options
author | friendica <info@friendica.com> | 2012-11-01 19:53:57 +1100 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-01 19:53:57 +1100 |
commit | a26761e8a8006b9a4dbab08873eec4b520c4c44f (patch) | |
tree | 8bf471c0cc5f5302544b829ebc3ef566f5f74ab8 /mod/zfinger.php | |
parent | ca8a351814790ec810c9062ae2df28bac3c3109b (diff) | |
download | volse-hubzilla-a26761e8a8006b9a4dbab08873eec4b520c4c44f.tar.gz volse-hubzilla-a26761e8a8006b9a4dbab08873eec4b520c4c44f.tar.bz2 volse-hubzilla-a26761e8a8006b9a4dbab08873eec4b520c4c44f.zip |
send more info
Diffstat (limited to 'mod/zfinger.php')
-rw-r--r-- | mod/zfinger.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/zfinger.php b/mod/zfinger.php index 0059d078a..bebbf7f6d 100644 --- a/mod/zfinger.php +++ b/mod/zfinger.php @@ -63,6 +63,8 @@ function zfinger_init(&$a) { $ret['photo_mimetype'] = $e['xchan_photo_mimetype'], $ret['photo'] = $e['xchan_photo_l']; $ret['photo_updated'] = $e['xchan_photo_date']; + $ret['url'] = $e['xchan_url']; + $ret['name_updated'] = $e['xchan_name_date']; $ret['target'] = $ztarget; $ret['target_sig'] = $zsig; |