mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 05:49:03 +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