1
0
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:
Thomas Tanghus 2012-11-23 01:18:36 +01:00
parent c77f60f2a7
commit 9eca3f87e0

View File

@ -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',