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';