diff options
author | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2014-06-30 01:08:29 +0200 |
---|---|---|
committer | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2014-06-30 01:08:29 +0200 |
commit | ffea67524026caec14da923bafe8ad34ec63ef08 (patch) | |
tree | 754d3d7984520c341e51ed8007475195cb1e2bda /include/attach.php | |
parent | aacb293f2e0e7a6995e66202313856500f503120 (diff) | |
download | volse-hubzilla-ffea67524026caec14da923bafe8ad34ec63ef08.tar.gz volse-hubzilla-ffea67524026caec14da923bafe8ad34ec63ef08.tar.bz2 volse-hubzilla-ffea67524026caec14da923bafe8ad34ec63ef08.zip |
Add rename support for DAV directories.
This works only over DAV right now, no GUI yet.
Diffstat (limited to 'include/attach.php')
-rw-r--r-- | include/attach.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/attach.php b/include/attach.php index a7b094500..da22e8ed5 100644 --- a/include/attach.php +++ b/include/attach.php @@ -555,9 +555,9 @@ function z_readdir($channel_id, $observer_hash, $pathname, $parent_hash = '') { * * @brief Create directory. * - * @param $channel channel array of owner - * @param $observer_hash hash of current observer - * @param $arr parameter array to fulfil request + * @param array $channel channel array of owner + * @param string $observer_hash hash of current observer + * @param array $arr parameter array to fulfil request * Required: * $arr['filename'] * $arr['folder'] // hash of parent directory, empty string for root directory |