Skip to content
Snippets Groups Projects
Commit cea4fa57 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #5724 load js is missing in some case

parent a810d1c2
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,7 @@ if ($core_tools2->test_admin('update_contacts', 'apps', false) && $mode <> "view
}
if (isset($_GET['seeAllAddresses'])) {
$core_tools2->load_js();
unset($_SESSION['fromContactTree']);
include_once 'apps/' . $_SESSION['config']['app_id'] . '/my_contacts/my_contact_up.php';
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment