Merge pull request #65 from asig2016/master_fix2

Contact/Storage, Set $grants by default as an empty array
This commit is contained in:
Ralf Becker 2019-03-06 08:53:54 +01:00 committed by GitHub
commit 5ea2381f8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ class Storage
* *
* @var array * @var array
*/ */
var $grants; var $grants = array();
/** /**
* userid of current user * userid of current user