mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-18 07:52:21 +01:00
Copy/paste error.
This commit is contained in:
parent
c77f60f2a7
commit
9eca3f87e0
@ -123,7 +123,7 @@ if(!count($parts) > 0) {
|
||||
}
|
||||
foreach($parts as $part) {
|
||||
try {
|
||||
$vcard = Sabre\VObject\Reader::read($contact['carddata']);
|
||||
$vcard = Sabre\VObject\Reader::read($part);
|
||||
} catch (Exception $e) {
|
||||
$failed += 1;
|
||||
OCP\Util::writeLog('contacts',
|
||||
|
Loading…
x
Reference in New Issue
Block a user