mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-19 08:52:22 +01:00
Namespace fix
This commit is contained in:
parent
dbb062ea4a
commit
0a59d6c164
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user