diff options
author | Mario <mario@mariovavti.com> | 2022-09-15 09:19:55 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-09-15 09:19:55 +0000 |
commit | 118a5edebc745fe2760f781c8bb9e9006bf6215f (patch) | |
tree | f5162ba06cc2ec32b685fd566b086ed9e52d7b33 /boot.php | |
parent | 1b4333e8d9c37fcf1d0cb9f952009757a2131528 (diff) | |
download | volse-hubzilla-118a5edebc745fe2760f781c8bb9e9006bf6215f.tar.gz volse-hubzilla-118a5edebc745fe2760f781c8bb9e9006bf6215f.tar.bz2 volse-hubzilla-118a5edebc745fe2760f781c8bb9e9006bf6215f.zip |
fix warnings and regressions
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2145,7 +2145,7 @@ function load_contact_links($uid) { // logger('load_contact_links'); - $r = q("SELECT abook_id, abook_flags, abook_my_perms, abook_their_perms, xchan_hash, xchan_photo_m, xchan_name, xchan_url, xchan_network from abook left join xchan on abook_xchan = xchan_hash where abook_channel = %d and xchan_deleted = 0", + $r = q("SELECT abook_id, abook_flags, abook_my_perms, abook_their_perms, abook_self, xchan_hash, xchan_photo_m, xchan_name, xchan_url, xchan_network from abook left join xchan on abook_xchan = xchan_hash where abook_channel = %d and xchan_deleted = 0", intval($uid) ); if ($r) { |