Skip to content

Commit e9624df

Browse files
committed
Debug constructor (customdata)
1 parent 87dd70d commit e9624df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Attendee.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function __construct($xml)
8080
$this->hasVideo = $xml->hasVideo->__toString() === 'true';
8181
$this->clientType = $xml->clientType->__toString();
8282

83-
if ($xml->customData) {
83+
if ($xml->customdata) {
8484
foreach ($xml->customdata->children() as $data) {
8585
$this->customData[$data->getName()] = $data->__toString();
8686
}

0 commit comments

Comments
 (0)