diff options
author | Mario <mario@mariovavti.com> | 2020-11-24 22:14:24 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-11-24 22:14:24 +0000 |
commit | ae11b2c2818fce5161e3367e5677e28ea5686891 (patch) | |
tree | bc4d9646d521ab0925c132ba0de258ff04d08fdb /Zotlabs/Module/Item.php | |
parent | f43577ec278b5036db7e96eee580c959f7c00c47 (diff) | |
download | volse-hubzilla-ae11b2c2818fce5161e3367e5677e28ea5686891.tar.gz volse-hubzilla-ae11b2c2818fce5161e3367e5677e28ea5686891.tar.bz2 volse-hubzilla-ae11b2c2818fce5161e3367e5677e28ea5686891.zip |
profile_load() requires channel_address
Diffstat (limited to 'Zotlabs/Module/Item.php')
-rw-r--r-- | Zotlabs/Module/Item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Item.php b/Zotlabs/Module/Item.php index 3a74200c4..7c438c309 100644 --- a/Zotlabs/Module/Item.php +++ b/Zotlabs/Module/Item.php @@ -1377,7 +1377,7 @@ class Item extends Controller { } if($mode === 'channel') - profile_load($owner_xchan['xchan_name']); + profile_load($channel['channel_address']); $item[] = $datarray; $item[0]['owner'] = $owner_xchan; |