Set $grants by default as an empty array

This commit is contained in:
Alexandros Sigalas 2019-03-06 07:57:44 +02:00 committed by Ralf Becker
parent 44c4d2a93b
commit 0634ede9f5

View File

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