diff options
author | zotlabs <mike@macgirvin.com> | 2018-03-27 18:01:20 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-03-27 18:01:20 -0700 |
commit | 08274ffab733a2e7c861006d6ba72f4695b069e6 (patch) | |
tree | b14d3dd107c9452056297fbde6aa048a64eb991c /include/connections.php | |
parent | 5ea11d1222c24330dee496dade4bd08d362e95bd (diff) | |
download | volse-hubzilla-08274ffab733a2e7c861006d6ba72f4695b069e6.tar.gz volse-hubzilla-08274ffab733a2e7c861006d6ba72f4695b069e6.tar.bz2 volse-hubzilla-08274ffab733a2e7c861006d6ba72f4695b069e6.zip |
put vcard widget with author of top-level post on display page
Diffstat (limited to 'include/connections.php')
-rw-r--r-- | include/connections.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/connections.php b/include/connections.php index c5d74d4ca..8d1b9e07f 100644 --- a/include/connections.php +++ b/include/connections.php @@ -100,7 +100,6 @@ function vcard_from_xchan($xchan, $observer = null, $mode = '') { if(! $xchan) return; -// FIXME - show connect button to observer if appropriate $connect = false; if(local_channel()) { $r = q("select * from abook where abook_xchan = '%s' and abook_channel = %d limit 1", |