mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-24 06:14:20 +01:00
asyncservice must be protected so __get() instantiates it automatically
This commit is contained in:
parent
1befa941ee
commit
b41d7222a4
@ -76,7 +76,7 @@ class Egw extends Egw\Base
|
||||
/**
|
||||
* @var Asyncservice
|
||||
*/
|
||||
public $asyncservice;
|
||||
protected $asyncservice;
|
||||
|
||||
/**
|
||||
* Constructor: Instantiates the sub-classes
|
||||
|
Loading…
Reference in New Issue
Block a user