var not defined

This commit is contained in:
Laurent Destailleur 2020-05-29 13:20:33 +02:00
parent a0a440cf5f
commit ab82797dfc

View File

@ -54,6 +54,7 @@ if ($action == "update")
}
}
$reg = array();
if (preg_match('/set_(.*)/', $action, $reg)) {
$code = $reg[1];
$values = GETPOST($code);