mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-20 21:38:41 +00:00
fix ocd
This commit is contained in:
parent
321da76426
commit
adadf9d198
|
|
@ -292,6 +292,7 @@ class SmartDateTime extends \DateTime
|
|||
for($i = $daysPreviousMonth - $diffToWeekStart; $i < $daysPreviousMonth; $i++) {
|
||||
$days[] = $i;
|
||||
}
|
||||
|
||||
// add normal count of current days
|
||||
$daysMonth = $this->getDaysOfMonth();
|
||||
for($i = 1; $i <= $daysMonth; $i++) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user