fix error message

This commit is contained in:
Bjoern Schiessle 2016-06-30 13:50:31 +02:00
parent 149218ead9
commit 26e14529be
1 changed files with 1 additions and 1 deletions

View File

@ -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