diff --git a/htdocs/core/ajax/box.php b/htdocs/core/ajax/box.php index 17c7b3606d9..8559cdd10b0 100644 --- a/htdocs/core/ajax/box.php +++ b/htdocs/core/ajax/box.php @@ -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');