Update box.php

$userid   defined twice
This commit is contained in:
UT from dolibit 2021-04-05 20:37:58 +02:00 committed by GitHub
parent a3fb8d3e14
commit 40059f1d05
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');