From 0fee28ee61e91fe922979e8c8a37d8593bfa6ef4 Mon Sep 17 00:00:00 2001 From: ldestailleur Date: Fri, 16 May 2025 12:12:42 +0200 Subject: [PATCH] Doc --- htdocs/website/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/website/index.php b/htdocs/website/index.php index 46b49951e27..f63cf6b7819 100644 --- a/htdocs/website/index.php +++ b/htdocs/website/index.php @@ -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')) {