This commit is contained in:
ldestailleur
2025-05-16 12:12:42 +02:00
parent 45eff4fd54
commit 0fee28ee61

View File

@@ -137,7 +137,7 @@ if (GETPOST('editcontent', 'alpha')) {
if (GETPOST('exportsite', 'alpha')) {
$action = 'exportsite';
}
if (GETPOSTINT('importsite')) {
if (GETPOST('importsite')) { // Can be a string when clicking on button "Import site"
$action = 'importsite';
}
if (GETPOST('createfromclone', 'alpha')) {