mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +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
|
||||
*/
|
||||
private static $cache;
|
||||
protected static $cache;
|
||||
const CACHE_APP = 'phpgwapi';
|
||||
const CACHE_NAME = 'cat_cache';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user