diff options
author | Mario <mario@mariovavti.com> | 2022-01-23 15:06:18 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-23 15:06:18 +0000 |
commit | f711913778b15f795b273e7eb228fbb17bc74fb3 (patch) | |
tree | 57e5170e7b0ca780f18aacc00979ff809ed11235 /Zotlabs/Lib/Permcat.php | |
parent | a8ac231667b4266d10e0e8110219ddc5dfa6686e (diff) | |
download | volse-hubzilla-f711913778b15f795b273e7eb228fbb17bc74fb3.tar.gz volse-hubzilla-f711913778b15f795b273e7eb228fbb17bc74fb3.tar.bz2 volse-hubzilla-f711913778b15f795b273e7eb228fbb17bc74fb3.zip |
fix doc
Diffstat (limited to 'Zotlabs/Lib/Permcat.php')
-rw-r--r-- | Zotlabs/Lib/Permcat.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Permcat.php b/Zotlabs/Lib/Permcat.php index 22b617f6e..0a38ca324 100644 --- a/Zotlabs/Lib/Permcat.php +++ b/Zotlabs/Lib/Permcat.php @@ -186,7 +186,7 @@ class Permcat { /** * @brief assign a contact role to contacts * - * @param int $channel_id + * @param array $channel * @param string $role the name of the role * @param array $contacts an array of contact hashes */ |