mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix the contact import
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user