From a099de0c6fa80e81137498d2cef7113762308bb7 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 8 Mar 2025 14:37:15 -0700 Subject: [PATCH] Fix the contact import --- core/contacts/contact_import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/contacts/contact_import.php b/core/contacts/contact_import.php index 59fa99964a..8f9f71880f 100644 --- a/core/contacts/contact_import.php +++ b/core/contacts/contact_import.php @@ -149,7 +149,7 @@ } //create token - $token = $object->create($_SERVER['PHP_SELF']); + $token = $token->create($_SERVER['PHP_SELF']); //include header $document['title'] = $text['title-contacts_import'];