Fix the contact import

This commit is contained in:
FusionPBX 2025-03-08 14:37:15 -07:00 committed by GitHub
parent 5391745155
commit a099de0c6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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'];