Set $grants by default as an empty array

This commit is contained in:
Alexandros Sigalas 2019-03-06 07:57:44 +02:00
parent 3aa38ffbdf
commit 2d514fd30c

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