mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
clearstatchache needs to set eacl_cache to null, so it gets read again, setting it to array() stops all eacl
This commit is contained in:
parent
54dc16f3e5
commit
36156c61ee
@ -172,7 +172,7 @@ class sqlfs_stream_wrapper implements iface_stream_wrapper
|
||||
//error_log(__METHOD__."('$path')");
|
||||
self::$stat_cache = array();
|
||||
|
||||
$GLOBALS['egw']->session->appsession('extended_acl',self::EACL_APPNAME,self::$extended_acl = array());
|
||||
$GLOBALS['egw']->session->appsession('extended_acl',self::EACL_APPNAME,self::$extended_acl = null);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user