Fix: Save of constants
This commit is contained in:
parent
62687c2f89
commit
f620f924e8
@ -51,6 +51,10 @@ if ($action == 'set')
|
||||
$res = dolibarr_del_const($db,"SYSLOG_SYSLOG_ON",0);
|
||||
$res = dolibarr_del_const($db,"SYSLOG_FIREPHP_ON",0);
|
||||
|
||||
$syslog_file_on=0;
|
||||
$syslog_syslog_on=0;
|
||||
$syslog_firephp_on=0;
|
||||
|
||||
if (! $error && GETPOST("filename"))
|
||||
{
|
||||
$filename=GETPOST("filename");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user