Fix detection of junction points, fixes #7025
parent
766ed9555e
commit
fd61a21bff
|
@ -665,6 +665,7 @@ class Filesystem
|
||||||
* Stat cache should be cleared before to avoid accidentally reading wrong information from previous installs.
|
* Stat cache should be cleared before to avoid accidentally reading wrong information from previous installs.
|
||||||
*/
|
*/
|
||||||
clearstatcache(true, $junction);
|
clearstatcache(true, $junction);
|
||||||
|
clearstatcache(false);
|
||||||
$stat = lstat($junction);
|
$stat = lstat($junction);
|
||||||
|
|
||||||
return !($stat['mode'] & 0xC000);
|
return !($stat['mode'] & 0xC000);
|
||||||
|
|
Loading…
Reference in New Issue