Merge pull request #17133 from dolibit-ut/patch-235

Update box.php
This commit is contained in:
Laurent Destailleur 2021-04-06 19:31:45 +02:00 committed by GitHub
commit bbbf1dc7c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,6 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/infobox.class.php';
$boxid = GETPOST('boxid', 'int');
$boxorder = GETPOST('boxorder');
$userid = GETPOST('userid');
$zone = GETPOST('zone', 'int');
$userid = GETPOST('userid', 'int');