mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 20:44:27 +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 $grants;
|
||||
var $grants = array();
|
||||
|
||||
/**
|
||||
* userid of current user
|
||||
|
Loading…
Reference in New Issue
Block a user