Merge branch 'patch-1' of https://github.com/weits/core into weits-patch-1

This commit is contained in:
Thomas Müller 2016-04-25 14:49:49 +02:00
commit ab690371b7
No known key found for this signature in database
GPG Key ID: A943788A3BBEC44C
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 {