mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-12 02:42:33 +01:00
Doc
This commit is contained in:
@@ -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')) {
|
||||
|
||||
Reference in New Issue
Block a user