This commit is contained in:
Laurent Destailleur 2021-05-02 14:31:03 +02:00
parent 71ed90a153
commit 8176898430

View File

@ -171,6 +171,8 @@ if ($action == 'delete_section') {
// Ask confirmation to build webp images
if ($action == 'confirmconvertimgwebp') {
$langs->load("ecm");
$section_dir=GETPOST('section_dir', 'alpha');
$section=GETPOST('section', 'alpha');
$form = new Form($db);