diff options
-rw-r--r-- | apps/contacts/ajax/deleteproperty.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/ajax/deleteproperty.php b/apps/contacts/ajax/deleteproperty.php index 6c81dc52b38..205df8bc184 100644 --- a/apps/contacts/ajax/deleteproperty.php +++ b/apps/contacts/ajax/deleteproperty.php @@ -28,7 +28,7 @@ require_once 'loghandler.php'; $id = $_POST['id']; $checksum = $_POST['checksum']; -$l10n = OC_Contacts_App::$l10n +$l10n = OC_Contacts_App::$l10n; $vcard = OC_Contacts_App::getContactVCard( $id ); $line = OC_Contacts_App::getPropertyLineByChecksum($vcard, $checksum); |