mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 04:53:13 +01:00
Set $grants by default as an empty array
This commit is contained in:
parent
3aa38ffbdf
commit
2d514fd30c
@ -102,7 +102,7 @@ class Storage
|
|||||||
*
|
*
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
var $grants;
|
var $grants = array();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* userid of current user
|
* userid of current user
|
||||||
|
Loading…
Reference in New Issue
Block a user