From 36156c61ee9e4b7f5abe171ce6f6e9b894259c89 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 24 Jun 2011 18:19:18 +0000 Subject: [PATCH] clearstatchache needs to set eacl_cache to null, so it gets read again, setting it to array() stops all eacl --- phpgwapi/inc/class.sqlfs_stream_wrapper.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.sqlfs_stream_wrapper.inc.php b/phpgwapi/inc/class.sqlfs_stream_wrapper.inc.php index 14eee2075a..9fc418aadb 100644 --- a/phpgwapi/inc/class.sqlfs_stream_wrapper.inc.php +++ b/phpgwapi/inc/class.sqlfs_stream_wrapper.inc.php @@ -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); } /**