1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-19 08:52:22 +01:00

Namespace fix

This commit is contained in:
Thomas Tanghus 2014-01-22 17:45:24 +01:00
parent dbb062ea4a
commit 0a59d6c164

View File

@ -512,7 +512,7 @@ class Database extends AbstractBackend {
try { try {
$contact->validate(VCard::REPAIR|VCard::UPGRADE); $contact->validate(VCard::REPAIR|VCard::UPGRADE);
} catch (\Exception $e) { } catch (\Exception $e) {
OCP\Util::writeLog('contacts', __METHOD__ . ' ' . \OCP\Util::writeLog('contacts', __METHOD__ . ' ' .
'Error validating vcard: ' . $e->getMessage(), \OCP\Util::ERROR); 'Error validating vcard: ' . $e->getMessage(), \OCP\Util::ERROR);
return false; return false;
} }