mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-30 18:37:12 +00:00
use new AWL class constructor (fixes: #119)
This commit is contained in:
parent
b4a1e39d6d
commit
40e2714adf
@ -61,7 +61,7 @@ class DAViCalSession extends Session
|
||||
*/
|
||||
function __construct( $sid='' ) {
|
||||
$this->principal_id = null;
|
||||
$this->Session($sid);
|
||||
parent::__construct($sid);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user