Fix lang
This commit is contained in:
parent
71ed90a153
commit
8176898430
@ -171,6 +171,8 @@ if ($action == 'delete_section') {
|
|||||||
|
|
||||||
// Ask confirmation to build webp images
|
// Ask confirmation to build webp images
|
||||||
if ($action == 'confirmconvertimgwebp') {
|
if ($action == 'confirmconvertimgwebp') {
|
||||||
|
$langs->load("ecm");
|
||||||
|
|
||||||
$section_dir=GETPOST('section_dir', 'alpha');
|
$section_dir=GETPOST('section_dir', 'alpha');
|
||||||
$section=GETPOST('section', 'alpha');
|
$section=GETPOST('section', 'alpha');
|
||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user