Minor month fix
This commit is contained in:
@@ -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');
|
||||||
|
|||||||
Reference in New Issue
Block a user