use new AWL class constructor (fixes: #119)

This commit is contained in:
Florian Schlichting 2017-05-29 23:04:30 +02:00
parent b4a1e39d6d
commit 40e2714adf

View File

@ -61,7 +61,7 @@ class DAViCalSession extends Session
*/
function __construct( $sid='' ) {
$this->principal_id = null;
$this->Session($sid);
parent::__construct($sid);
}