From 9eca3f87e0354c384bf9fadff832a56d06d248a9 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Fri, 23 Nov 2012 01:18:36 +0100 Subject: [PATCH] Copy/paste error. --- import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/import.php b/import.php index 1f893d89..6e9ee91a 100644 --- a/import.php +++ b/import.php @@ -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',