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

Fixed 3 - THREE - errors in one method call :-P

parent 5f513664
No related branches found
No related tags found
No related merge requests found
......@@ -148,6 +148,6 @@ if(!OC_Contacts_VCard::edit($id, $vcard)) {
OCP\JSON::success(array('data' => array(
'line' => $line,
'checksum' => $checksum,
'oldchecksum' => $_POST['checksum']
'lastmodified' => OC_Contacts_VCard::lastModified($vcard)->format('U')
));
'oldchecksum' => $_POST['checksum'],
'lastmodified' => OC_Contacts_App::lastModified($vcard)->format('U'),
)));
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment