mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
Update NativeFileInfo.php
We should return the actual bitmasked mode
This commit is contained in:
parent
507b186800
commit
e1d2a71d5f
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ class NativeFileInfo implements IFileInfo {
|
||||||
// Let us ignore the ATTR_NOT_CONTENT_INDEXED for now
|
// Let us ignore the ATTR_NOT_CONTENT_INDEXED for now
|
||||||
$mode &= ~0x00002000;
|
$mode &= ~0x00002000;
|
||||||
|
|
||||||
return $this->stat()['mode'];
|
return $mode;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue