Skip to content
Snippets Groups Projects
Commit b8eea324 authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Coding style.

parent 1cbddcf2
Branches
No related tags found
No related merge requests found
......@@ -418,7 +418,7 @@ class OC_Contacts_VCard{
$oldcard = self::findWhereDAVDataIs($aid, $uri);
$card = OC_VObject::parse($data);
if(!$card) {
OCP\Util::writeLog('contacts','OC_Contacts_VCard::editFromDAVData. Unable to parse VCARD, uri: '.$uri,OCP\Util::ERROR);
OCP\Util::writeLog('contacts', __CLASS__.'::'.__METHOD__.', Unable to parse VCARD, uri: '.$uri, OCP\Util::ERROR);
return false;
}
return self::edit($oldcard['id'], $card);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment