mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 18:08:02 +02: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…
x
Reference in New Issue
Block a user