From 89c719e3b88c18c8b9d1689c8bc10b7c1fdd3e37 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Mon, 8 Jul 2013 21:47:16 +0000 Subject: [PATCH] Remove the / in the path to the qr code --- app/contacts/contacts_vcard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/contacts/contacts_vcard.php b/app/contacts/contacts_vcard.php index 469bc65f91..779e5bac4b 100644 --- a/app/contacts/contacts_vcard.php +++ b/app/contacts/contacts_vcard.php @@ -151,7 +151,7 @@ if (count($_GET)>0) { $content = $vcard->card; //include - require_once PROJECT_PATH."/resources/qr/qrcode.php"; + require_once PROJECT_PATH."resources/qr/qrcode.php"; //error correction level //QR_ERROR_CORRECT_LEVEL_L : $e = 0;