From cb0b224594a030976b7b463bf3560b07e604714a Mon Sep 17 00:00:00 2001 From: giuliof Date: Tue, 20 Feb 2018 20:07:21 +0100 Subject: [PATCH] Heavy error in getCalendarTab --- shared.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared.php b/shared.php index c7edf52..32ca1e5 100644 --- a/shared.php +++ b/shared.php @@ -169,7 +169,7 @@ } // empty buttons - if ($i < 7) { + if ($i != 0) { for (; $i > 1 and $i <= 7; $i++) $kbd->insertItem(" ", "null"); $kbd->pushLine();