NextDom/plugin-Opening

Warning qui traîne dans les logs

Opened this issue · 1 comments

Gis70 commented

[27-May-2020 14:21:47 Europe/Berlin] PHP Warning: A non-numeric value encountered in /usr/share/nextdom/plugins/Opening/core/class/Opening.class.php on line 490

Ajouter les lignes suivantes
if (!is_numeric($replace['#windowDValue#'])) { $replace['#windowDValue#']=0; } if (!is_numeric($replace['#windowGValue#'])) { $replace['#windowGValue#']=0; }