Merge pull request #24247 from owncloud/weits-patch-1

Weits patch 1
This commit is contained in:
Thomas Müller 2016-04-25 14:50:32 +02:00
commit ed7e009e05
1 changed files with 1 additions and 1 deletions

View File

@ -726,7 +726,7 @@ class View {
$result = false;
}
// moving a file/folder within the same mount point
} elseif ($storage1 == $storage2) {
} elseif ($storage1 === $storage2) {
if ($storage1) {
$result = $storage1->rename($internalPath1, $internalPath2);
} else {