diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-03-02 15:50:53 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-03-02 15:50:53 +0100 |
commit | 117a8cafca6982e7d976fe00f32ecb0df66b2899 (patch) | |
tree | 39711c1175cbdaadfdbbb624f472d8b715503bcc | |
parent | 8a0a0aef5c4e827592848ea3d82891f9f735b9e0 (diff) | |
download | volse-hubzilla-117a8cafca6982e7d976fe00f32ecb0df66b2899.tar.gz volse-hubzilla-117a8cafca6982e7d976fe00f32ecb0df66b2899.tar.bz2 volse-hubzilla-117a8cafca6982e7d976fe00f32ecb0df66b2899.zip |
while in legacy zot $sender is expected to be an array, in zot6 $sender is expected to be a string (xchan_hash)
-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 019237568..6190c9970 100644 --- a/Zotlabs/Lib/Libzot.php +++ b/Zotlabs/Lib/Libzot.php @@ -1385,7 +1385,7 @@ class Libzot { /** * @brief * - * @param array $sender + * @param string $sender * @param array $arr * @param array $deliveries * @param boolean $relay |