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:
Ralf Becker 2011-06-24 18:19:18 +00:00
parent 54dc16f3e5
commit 36156c61ee

View File

@ -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);
}
/**