diff --git a/main/admin/languages.php b/main/admin/languages.php index 322b2f20c9..65eccd60cb 100644 --- a/main/admin/languages.php +++ b/main/admin/languages.php @@ -28,6 +28,7 @@ require_once 'sub_language.class.php'; $this_section = SECTION_PLATFORM_ADMIN; api_protect_admin_script(); +$action = isset($_GET['action']) ? $_GET['action'] : null; //Ajax request if (isset($_POST['sent_http_request'])) { @@ -50,7 +51,6 @@ if (isset($_POST['sent_http_request'])) { exit; } - $htmlHeadXtra[] = '