Minor month fix

This commit is contained in:
KiboOst
2018-03-11 11:29:43 +01:00
committed by GitHub
parent ce46e39d2e
commit 2d5ce78407

View File

@@ -93,7 +93,7 @@ class Linky{
else $valeur .= 'kW'; else $valeur .= 'kW';
$thisMonth = $fromMonth; $thisMonth = $fromMonth;
$thisMonth = $thisMonth->format('M/Y'); $thisMonth = $thisMonth->format('M Y');
$returnData[$thisMonth] = $valeur; $returnData[$thisMonth] = $valeur;
$fromMonth->modify('+1 month'); $fromMonth->modify('+1 month');