From 40e2714adf96fe8bd549b90182de75fade27c897 Mon Sep 17 00:00:00 2001 From: Florian Schlichting Date: Mon, 29 May 2017 23:04:30 +0200 Subject: [PATCH] use new AWL class constructor (fixes: #119) --- inc/DAViCalSession.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/DAViCalSession.php b/inc/DAViCalSession.php index 53dd2401..5866262b 100644 --- a/inc/DAViCalSession.php +++ b/inc/DAViCalSession.php @@ -61,7 +61,7 @@ class DAViCalSession extends Session */ function __construct( $sid='' ) { $this->principal_id = null; - $this->Session($sid); + parent::__construct($sid); }