summaryrefslogtreecommitdiffstats
path: root/themes/default/templates/calendar.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/templates/calendar.tpl')
-rw-r--r--themes/default/templates/calendar.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/templates/calendar.tpl b/themes/default/templates/calendar.tpl
index 1f52732..8c1d27e 100644
--- a/themes/default/templates/calendar.tpl
+++ b/themes/default/templates/calendar.tpl
@@ -18,7 +18,7 @@
<!-- matrix -->
{section name="row" loop=$rows step=1}
{section name="col" loop=8 step=1}
- {if $matrix[row][col] }
+ {if isset($matrix[row][col]) }
{$matrix[row][col]}
{/if}
{/section}