Skip to content

Commit a19df73

Browse files
committed
Update YtdStart.php
1 parent 80b41cf commit a19df73

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Reports/Block/Adminhtml/Config/Form/Field

1 file changed

+1
-1
lines changed

app/code/Magento/Reports/Block/Adminhtml/Config/Form/Field/YtdStart.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ protected function _getElementHtml(AbstractElement $element)
2323
{
2424
$_months = [];
2525
for ($i = 1; $i <= 12; $i++) {
26-
$_months[$i] = $this->_localeDate->date(mktime(null, null, null, $i,1))->format('m');
26+
$_months[$i] = $this->_localeDate->date(mktime(null, null, null, $i, 1))->format('m');
2727
}
2828
$_days = [];
2929
for ($i = 1; $i <= 31; $i++) {

0 commit comments

Comments
 (0)