install smarty via composer and update other php libs
This commit is contained in:
5
vendor/sabre/vobject/lib/Component/VCard.php
vendored
5
vendor/sabre/vobject/lib/Component/VCard.php
vendored
@@ -295,6 +295,11 @@ class VCard extends VObject\Document {
|
||||
} elseif (isset($this->ORG)) {
|
||||
$this->FN = (string)$this->ORG;
|
||||
$repaired = true;
|
||||
|
||||
// Otherwise, the EMAIL property may work
|
||||
} elseif (isset($this->EMAIL)) {
|
||||
$this->FN = (string)$this->EMAIL;
|
||||
$repaired = true;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user