mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Merge pull request #65 from asig2016/master_fix2
Contact/Storage, Set $grants by default as an empty array
This commit is contained in:
commit
5ea2381f8b
@ -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