mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 00:43:20 +01:00
fixing not working links stream-wrapper
This commit is contained in:
parent
26bd318aaa
commit
b968f65b4a
@ -1162,8 +1162,7 @@ class StreamWrapper extends Api\Db\Pdo implements Vfs\StreamWrapperIface
|
|||||||
$parts = explode('/',$path);
|
$parts = explode('/',$path);
|
||||||
|
|
||||||
// if we have extended acl access to the url, we dont need and can NOT include the sql for the readable check
|
// if we have extended acl access to the url, we dont need and can NOT include the sql for the readable check
|
||||||
// using $this->check_extended_acl instead of self::check_extended_acl to ensure we call Vfs\Links\StreamWraper::check_extended_stat()
|
$eacl_access = static::check_extended_acl($path,Vfs::READABLE);
|
||||||
$eacl_access = self::check_extended_acl($path,Vfs::READABLE); // should be static::check_extended_acl, but no lsb!
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
foreach($parts as $n => $name)
|
foreach($parts as $n => $name)
|
||||||
|
Loading…
Reference in New Issue
Block a user