diff --git a/api/src/Egw.php b/api/src/Egw.php index 0a60b3182d..970e24c95d 100644 --- a/api/src/Egw.php +++ b/api/src/Egw.php @@ -52,6 +52,11 @@ class Egw extends Egw\Base */ var $accounts; + /** + * @var Session + */ + public $session; + /** * Constructor: Instantiates the sub-classes *