fix stickler

This commit is contained in:
Florian HENRY 2021-01-10 11:58:22 +01:00
parent 2a3a73c831
commit c7cddb19be

View File

@ -1976,7 +1976,7 @@ function dol_print_date($time, $format = '', $tzoutput = 'auto', $outputlangs =
{ {
global $conf, $langs; global $conf, $langs;
if ($tzoutput == 'auto' && property_exists($conf,'tzuserinputkey')) { if ($tzoutput == 'auto' && property_exists($conf, 'tzuserinputkey')) {
$tzoutput = $conf->tzuserinputkey; $tzoutput = $conf->tzuserinputkey;
} }