diff options
Diffstat (limited to 'engine/lib')
-rw-r--r-- | engine/lib/access.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/access.php b/engine/lib/access.php index 30febb799..91eb6c8f0 100644 --- a/engine/lib/access.php +++ b/engine/lib/access.php @@ -69,7 +69,7 @@ function get_access_array($user_id = 0, $site_id = 0, $flush = false) { global $CONFIG, $init_finished; // @todo everything from the db is cached. - // this cache might be redundant. + // this cache might be redundant. But cache is flushed on every db write. static $access_array; if (!isset($access_array) || (!isset($init_finished)) || (!$init_finished)) { |