Heavy error in getCalendarTab
This commit is contained in:
parent
d0d6964400
commit
cb0b224594
|
@ -169,7 +169,7 @@
|
|||
}
|
||||
|
||||
// empty buttons
|
||||
if ($i < 7) {
|
||||
if ($i != 0) {
|
||||
for (; $i > 1 and $i <= 7; $i++)
|
||||
$kbd->insertItem(" ", "null");
|
||||
$kbd->pushLine();
|
||||
|
|
Loading…
Reference in New Issue