From 9412a3df557f463a920319232b3606d3ade2d008 Mon Sep 17 00:00:00 2001 From: ralf Date: Wed, 6 Mar 2024 11:41:40 +0200 Subject: [PATCH] asyncservice must be protected so __get() instantiates it automatically --- api/src/Egw.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/Egw.php b/api/src/Egw.php index 8703ab117b..8226e0c5dc 100644 --- a/api/src/Egw.php +++ b/api/src/Egw.php @@ -76,7 +76,7 @@ class Egw extends Egw\Base /** * @var Asyncservice */ - public $asyncservice; + protected $asyncservice; /** * Constructor: Instantiates the sub-classes