fixed path problem (missing "/")
[phpfspot.git] / themes / default / templates / calendar.tpl
index 1f527321987f320d4c96b7191dc3a4826df6a212..8c1d27eae8bbe0e7638b70feac04bd87ffaf3756 100644 (file)
@@ -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}