remove include statement of class file
This commit is contained in:
parent
4797067205
commit
b287cececc
|
|
@ -42,7 +42,6 @@ if (!empty($_GET)) {
|
|||
$text = $language->get();
|
||||
|
||||
//create the vcard object
|
||||
require_once "resources/classes/vcard.php";
|
||||
$vcard = new vcard();
|
||||
|
||||
//get the contact id
|
||||
|
|
|
|||
Loading…
Reference in New Issue