mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
Set $grants by default as an empty array
This commit is contained in:
parent
44c4d2a93b
commit
0634ede9f5
@ -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