Merge pull request #17660 from gmilad/gmilad-fix-17608-b11

Fix issue #17608 for branch 11
This commit is contained in:
Laurent Destailleur 2021-05-20 14:30:30 +02:00 committed by GitHub
commit 90443e26ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,7 +197,7 @@ if ($action == 'delete')
$form = new Form($db);
$formadmin = new FormAdmin($db);
$wikihelp = 'EN:Setup|FR:Paramétrage|ES:Configuración';
$wikihelp = 'EN:Setup_Translation|FR:Paramétrage_Traduction|ES:Configuración_Traducción';
llxHeader('', $langs->trans("Setup"), $wikihelp);
$param = '&mode='.$mode;