fixing syntax error
This commit is contained in:
parent
98e769d269
commit
5fe0027568
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue