mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
asyncservice must be protected so __get() instantiates it automatically
This commit is contained in:
parent
db0488d9d0
commit
9412a3df55
@ -76,7 +76,7 @@ class Egw extends Egw\Base
|
|||||||
/**
|
/**
|
||||||
* @var Asyncservice
|
* @var Asyncservice
|
||||||
*/
|
*/
|
||||||
public $asyncservice;
|
protected $asyncservice;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor: Instantiates the sub-classes
|
* Constructor: Instantiates the sub-classes
|
||||||
|
Loading…
Reference in New Issue
Block a user