Fix the contact import
This commit is contained in:
parent
5391745155
commit
a099de0c6f
|
|
@ -149,7 +149,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
//create token
|
//create token
|
||||||
$token = $object->create($_SERVER['PHP_SELF']);
|
$token = $token->create($_SERVER['PHP_SELF']);
|
||||||
|
|
||||||
//include header
|
//include header
|
||||||
$document['title'] = $text['title-contacts_import'];
|
$document['title'] = $text['title-contacts_import'];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue