var not defined

This commit is contained in:
Laurent Destailleur 2020-01-29 14:41:06 +01:00
parent a88e1ac605
commit 2ccfdce178

View File

@ -53,6 +53,7 @@ if ($action == 'setvalue' && $user->admin)
if (!$error && is_array($_POST))
{
//var_dump($_POST);
$reg = array();
foreach ($_POST as $key => $val)
{
if (!preg_match('/^NOTIF_(.*)_key$/', $key, $reg)) continue;