From db3543cf2a9e59243c1b35be0078a0b9535a8824 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 24 Sep 2008 11:57:10 +0000 Subject: Metadata permissions now work as advertised, but had to remove caching in the process. Will attempt to re-enable it shortly. git-svn-id: https://code.elgg.org/elgg/trunk@2109 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/access.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/lib/access.php') diff --git a/engine/lib/access.php b/engine/lib/access.php index 2df9aea58..313fc7476 100644 --- a/engine/lib/access.php +++ b/engine/lib/access.php @@ -25,7 +25,7 @@ global $CONFIG; - if (!isset($access_list)) + //if (!isset($access_list)) $access_list = array(); if ($user_id == 0) $user_id = $_SESSION['id']; @@ -52,7 +52,7 @@ global $CONFIG; static $access_array; - if (!isset($access_array)) + //if (!isset($access_array)) $access_array = array(); if ($user_id == 0) $user_id = $_SESSION['guid']; -- cgit v1.2.3