fixing syntax error

remotes/origin/stable5
Thomas Mueller 13 years ago
parent 98e769d269
commit 5fe0027568
  1. 2
      apps/contacts/ajax/deleteproperty.php

@ -28,7 +28,7 @@ require_once 'loghandler.php';
$id = $_POST['id']; $id = $_POST['id'];
$checksum = $_POST['checksum']; $checksum = $_POST['checksum'];
$l10n = OC_Contacts_App::$l10n $l10n = OC_Contacts_App::$l10n;
$vcard = OC_Contacts_App::getContactVCard( $id ); $vcard = OC_Contacts_App::getContactVCard( $id );
$line = OC_Contacts_App::getPropertyLineByChecksum($vcard, $checksum); $line = OC_Contacts_App::getPropertyLineByChecksum($vcard, $checksum);

Loading…
Cancel
Save