mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
Fixed 3 - THREE - errors in one method call :-P
This commit is contained in:
parent
4ed4ef96cd
commit
f53a65ef3a
@ -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'),
|
||||
)));
|
||||
|
Loading…
Reference in New Issue
Block a user