@@ -108,7 +108,7 @@ |
||
| 108 | 108 | include_once CALENDAR_ROOT.'Factory.php'; |
| 109 | 109 | $this->firstDay = $this->defineFirstDayOfWeek($firstDay); |
| 110 | 110 | $monthsInYear = $this->cE->getMonthsInYear($this->thisYear()); |
| 111 | - for ($i=1; $i <= $monthsInYear; $i++) { |
|
| 111 | + for ($i = 1; $i <= $monthsInYear; $i++) { |
|
| 112 | 112 | $this->children[$i] = Factory::create('Month', $this->year, $i); |
| 113 | 113 | } |
| 114 | 114 | if (count($sDates) > 0) { |