mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix scoping caused legacy categories to fail
This commit is contained in:
parent
1622ebc442
commit
8ed3a42a7a
@ -86,7 +86,7 @@ class Categories
|
|||||||
*
|
*
|
||||||
* @var array cat_id => array of data
|
* @var array cat_id => array of data
|
||||||
*/
|
*/
|
||||||
private static $cache;
|
protected static $cache;
|
||||||
const CACHE_APP = 'phpgwapi';
|
const CACHE_APP = 'phpgwapi';
|
||||||
const CACHE_NAME = 'cat_cache';
|
const CACHE_NAME = 'cat_cache';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user