Heavy error in getCalendarTab

This commit is contained in:
giuliof 2018-02-20 20:07:21 +01:00
parent d0d6964400
commit cb0b224594
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@
}
// empty buttons
if ($i < 7) {
if ($i != 0) {
for (; $i > 1 and $i <= 7; $i++)
$kbd->insertItem(" ", "null");
$kbd->pushLine();