fixing syntax error

This commit is contained in:
Thomas Mueller 2012-07-20 08:20:45 +02:00
parent 98e769d269
commit 5fe0027568
1 changed files with 1 additions and 1 deletions

View File

@ -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);