use triple equals
This commit is contained in:
parent
42a362f249
commit
a432459685
|
@ -430,7 +430,7 @@ class View {
|
||||||
$storage1 = $mount->getStorage();
|
$storage1 = $mount->getStorage();
|
||||||
$internalPath1 = $mount->getInternalPath($absolutePath1 . $postFix1);
|
$internalPath1 = $mount->getInternalPath($absolutePath1 . $postFix1);
|
||||||
list(, $internalPath2) = Filesystem::resolvePath($absolutePath2 . $postFix2);
|
list(, $internalPath2) = Filesystem::resolvePath($absolutePath2 . $postFix2);
|
||||||
if ($internalPath1 == '' and $mount instanceof MoveableMount) {
|
if ($internalPath1 === '' and $mount instanceof MoveableMount) {
|
||||||
/**
|
/**
|
||||||
* @var \OC\Files\Mount\Mount | \OC\Files\Mount\MoveableMount $mount
|
* @var \OC\Files\Mount\Mount | \OC\Files\Mount\MoveableMount $mount
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue