diff options
author | Mario <mario@mariovavti.com> | 2024-06-10 08:56:59 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-06-10 08:56:59 +0000 |
commit | 0428a97e00592e20f5a0b6369bd47bb7e10ab437 (patch) | |
tree | b59b347f731d1299be23c16d43acedc903263fc0 /include | |
parent | 43a2c21d8784ed0a5a4968edb91fed818fd993f7 (diff) | |
download | volse-hubzilla-0428a97e00592e20f5a0b6369bd47bb7e10ab437.tar.gz volse-hubzilla-0428a97e00592e20f5a0b6369bd47bb7e10ab437.tar.bz2 volse-hubzilla-0428a97e00592e20f5a0b6369bd47bb7e10ab437.zip |
docu
Diffstat (limited to 'include')
-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 2283da1c6..556fd362c 100644 --- a/include/attach.php +++ b/include/attach.php @@ -2668,8 +2668,8 @@ function attach_move($channel_id, $resource_id, $new_folder_hash, $newname = '', * @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 of the new resource |