diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2012-07-20 08:20:45 +0200 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2012-07-20 08:20:45 +0200 |
commit | 5fe00275680f3425832fcf74a84ceb48c5e3482e (patch) | |
tree | 212fbcd270f06bebc84fbe8ea4d2f7ada65be823 /apps/contacts/ajax | |
parent | 98e769d2693d1798c25bba0b90c1e36995cce20a (diff) | |
download | nextcloud-server-5fe00275680f3425832fcf74a84ceb48c5e3482e.tar.gz nextcloud-server-5fe00275680f3425832fcf74a84ceb48c5e3482e.zip |
fixing syntax error
Diffstat (limited to 'apps/contacts/ajax')
-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); |