diff --git a/app/contacts/contacts_vcard.php b/app/contacts/contacts_vcard.php index 33e8c036eb..a06a931f42 100644 --- a/app/contacts/contacts_vcard.php +++ b/app/contacts/contacts_vcard.php @@ -36,7 +36,7 @@ else { if (count($_GET)>0) { //create the vcard object - require_once "includes/class_vcard.php"; + require_once "resources/classes/vcard.php"; $vcard = new vcard(); //get the contact id diff --git a/resources/install/source.xml b/resources/install/source.xml index bd63c78b8b..2d504b0bc9 100644 --- a/resources/install/source.xml +++ b/resources/install/source.xml @@ -554,7 +554,7 @@ file - /includes/class_vcard.php + resources/classes/vcard.php Tue, 08 Jun 2010 00:32:38 GMT 720e638a94af0dbb374d746a42ef46de 6073