mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-25 02:34:17 +00:00
Fix call to BuildDeadPropertyXML.
This commit is contained in:
parent
4ee76f91ff
commit
012a98282f
@ -398,7 +398,7 @@ class Principal {
|
||||
$qry = new AwlQuery('SELECT property_name, property_value FROM property WHERE dav_name= :dav_name', array(':dav_name' => $this->dav_name()) );
|
||||
if ( $qry->Exec('Principal') ) {
|
||||
while ( $property = $qry->Fetch() ) {
|
||||
$this->dead_properties[$property->property_name] = DAVResource::BuildDeadPropertyXML($property->property_value);
|
||||
$this->dead_properties[$property->property_name] = DAVResource::BuildDeadPropertyXML($property->property_name,$property->property_value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user