From 8ed3a42a7aebbf283f8e1bedb454007374a889aa Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 21 Mar 2016 22:04:10 +0000 Subject: [PATCH] Fix scoping caused legacy categories to fail --- api/src/Categories.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/Categories.php b/api/src/Categories.php index f164c1822a..cf11edd918 100644 --- a/api/src/Categories.php +++ b/api/src/Categories.php @@ -86,7 +86,7 @@ class Categories * * @var array cat_id => array of data */ - private static $cache; + protected static $cache; const CACHE_APP = 'phpgwapi'; const CACHE_NAME = 'cat_cache';