diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-03-02 14:50:53 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-03-06 09:58:11 +0100 |
commit | 7b018c60cb40b72937df86564191c1020f4e1179 (patch) | |
tree | 30a57eb67c34a9654d783b93d8016a663209d625 /Zotlabs | |
parent | a81286c795891a2e05297d2384a6fc8f81ee255e (diff) | |
download | volse-hubzilla-7b018c60cb40b72937df86564191c1020f4e1179.tar.gz volse-hubzilla-7b018c60cb40b72937df86564191c1020f4e1179.tar.bz2 volse-hubzilla-7b018c60cb40b72937df86564191c1020f4e1179.zip |
while in legacy zot $sender is expected to be an array, in zot6 $sender is expected to be a string (xchan_hash)
(cherry picked from commit 117a8cafca6982e7d976fe00f32ecb0df66b2899)
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Lib/Libzot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php index c30df0a1a..4efd869f3 100644 --- a/Zotlabs/Lib/Libzot.php +++ b/Zotlabs/Lib/Libzot.php @@ -1403,7 +1403,7 @@ class Libzot { /** * @brief * - * @param array $sender + * @param string $sender * @param array $arr * @param array $deliveries * @param boolean $relay |