Merge branch 'patch-1' of https://github.com/weits/core into weits-patch-1
This commit is contained in:
commit
ab690371b7
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue