diff options
author | Mario <mario@mariovavti.com> | 2021-01-18 13:49:58 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-01-18 13:49:58 +0000 |
commit | d5bd09b983f5d3edc44bf383a27ef84a9aa84f5a (patch) | |
tree | 6f03b28a92b7bb6fa5474e56bba87a6406010b8e /Zotlabs/Lib | |
parent | 45350179b4ad48b8fc81e23722974d95f39a1fe2 (diff) | |
download | volse-hubzilla-d5bd09b983f5d3edc44bf383a27ef84a9aa84f5a.tar.gz volse-hubzilla-d5bd09b983f5d3edc44bf383a27ef84a9aa84f5a.tar.bz2 volse-hubzilla-d5bd09b983f5d3edc44bf383a27ef84a9aa84f5a.zip |
cleanup daemon/deliver_hooks, daemon/directory
Diffstat (limited to 'Zotlabs/Lib')
-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 9483759cf..cde4c0145 100644 --- a/Zotlabs/Lib/Libzot.php +++ b/Zotlabs/Lib/Libzot.php @@ -189,7 +189,7 @@ class Libzot { * @see z_post_url() * * @param string $url - * @param array $data + * @param string $data * @param array $channel (required if using zot6 delivery) * @param array $crypto (required if encrypted httpsig, requires hubloc_sitekey and site_crypto elements) * @return array see z_post_url() for returned data format |