diff options
author | Mario <mario@mariovavti.com> | 2024-06-10 08:58:32 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-06-10 08:58:32 +0000 |
commit | 9c62514c1b6a4c320dc8dd0b7f235067f235b8c8 (patch) | |
tree | 01c8818e6f5a7d62101e8c7b280c3fceee85a593 /include/attach.php | |
parent | 0428a97e00592e20f5a0b6369bd47bb7e10ab437 (diff) | |
download | volse-hubzilla-9c62514c1b6a4c320dc8dd0b7f235067f235b8c8.tar.gz volse-hubzilla-9c62514c1b6a4c320dc8dd0b7f235067f235b8c8.tar.bz2 volse-hubzilla-9c62514c1b6a4c320dc8dd0b7f235067f235b8c8.zip |
docu
Diffstat (limited to 'include/attach.php')
-rw-r--r-- | include/attach.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/attach.php b/include/attach.php index 556fd362c..6f474961a 100644 --- a/include/attach.php +++ b/include/attach.php @@ -2467,8 +2467,8 @@ function copy_folder_to_cloudfiles($channel, $observer_hash, $srcpath, $cloudpat * @param int $channel_id * @param int $resource_id * @param string $new_folder_hash - * @param (optional) string $newname - * @param (optional) boolean $recurse + * @param string (optional) $newname + * @param boolean (optional) $recurse * @return array Associative array with: * * \e boolean \b success * * \e string \b resource_id |