From a62f5985fdc54bad2735dd52edc7eb9028972aa0 Mon Sep 17 00:00:00 2001 From: Moc Date: Mon, 5 Sep 2022 19:49:31 +0200 Subject: [PATCH] Fixes #4782 - Incorrect e-token when adding new language Malformed URL due to missing ampersand, so e-token was incorrect thus creating an "unauthorized access" error --- e107_admin/language.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_admin/language.php b/e107_admin/language.php index 3a0fcab49..11122ecb2 100644 --- a/e107_admin/language.php +++ b/e107_admin/language.php @@ -432,7 +432,7 @@ if(!empty($_GET['iframe'])) ".$value['author']."";*/ - $url = 'language.php?mode=main&action=download&e-token='.e_TOKEN.'id='.$value['name']; // $value['url'] + $url = 'language.php?mode=main&action=download&e-token='.e_TOKEN.'&id='.$value['name']; // $value['url'] $text .= " ".$value['date']."