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;
|
$result = false;
|
||||||
}
|
}
|
||||||
// moving a file/folder within the same mount point
|
// moving a file/folder within the same mount point
|
||||||
} elseif ($storage1 == $storage2) {
|
} elseif ($storage1 === $storage2) {
|
||||||
if ($storage1) {
|
if ($storage1) {
|
||||||
$result = $storage1->rename($internalPath1, $internalPath2);
|
$result = $storage1->rename($internalPath1, $internalPath2);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue