fix error message
This commit is contained in:
parent
149218ead9
commit
26e14529be
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ class ObjectTree extends \Sabre\DAV\Tree {
|
|||
|
||||
$info = $this->fileView->getFileInfo(dirname($destination));
|
||||
if ($info && !$info->isUpdateable()) {
|
||||
throw new Forbidden('No permissions to move object.');
|
||||
throw new Forbidden('No permissions to copy object.');
|
||||
}
|
||||
|
||||
// this will trigger existence check
|
||||
|
|
Loading…
Reference in a new issue