From 640b9f3184be00a84c524993c1a0fb8030901f82 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 22 Dec 2024 10:40:41 -0700 Subject: [PATCH] Update the contacts path Moved contacts from app to core --- core/contacts/contact_import.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/contacts/contact_import.php b/core/contacts/contact_import.php index 55984a97e8..59fa99964a 100644 --- a/core/contacts/contact_import.php +++ b/core/contacts/contact_import.php @@ -92,7 +92,7 @@ //get the schema $x = 0; - include "app/contacts/app_config.php"; + include "core/contacts/app_config.php"; $i = 0; foreach ($apps[0]['db'] as $table) { //get the table name and parent name @@ -149,7 +149,6 @@ } //create token - $object = new token; $token = $object->create($_SERVER['PHP_SELF']); //include header