diff options
author | M. Dent <dentm42@gmail.com> | 2019-03-03 03:37:33 +0100 |
---|---|---|
committer | M. Dent <dentm42@gmail.com> | 2019-03-03 03:37:33 +0100 |
commit | 7dc3835a54cbbf418f0b446b0464b8e37a4da485 (patch) | |
tree | 39711c1175cbdaadfdbbb624f472d8b715503bcc | |
parent | 8a0a0aef5c4e827592848ea3d82891f9f735b9e0 (diff) | |
parent | 117a8cafca6982e7d976fe00f32ecb0df66b2899 (diff) | |
download | volse-hubzilla-7dc3835a54cbbf418f0b446b0464b8e37a4da485.tar.gz volse-hubzilla-7dc3835a54cbbf418f0b446b0464b8e37a4da485.tar.bz2 volse-hubzilla-7dc3835a54cbbf418f0b446b0464b8e37a4da485.zip |
Merge branch 'core_fixes' into 'dev'
while in legacy zot $sender is expected to be an array, in zot6 $sender is...
See merge request hubzilla/core!1538
-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 |