summaryrefslogtreecommitdiff
path: root/modules/mod_calendar.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mod_calendar.php')
-rw-r--r--modules/mod_calendar.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mod_calendar.php b/modules/mod_calendar.php
index 33bc9d0..92c390b 100644
--- a/modules/mod_calendar.php
+++ b/modules/mod_calendar.php
@@ -33,6 +33,6 @@ $calHash = array(
$cal->setupCalendar(FALSE);
-$_template->tpl_vars['modCalNavigation'] = new Smarty_variable( $cal->buildCalendarNavigation( $calHash );
-$_template->tpl_vars['modCalMonth'] = new Smarty_variable( $calMonth = $cal->buildMonth( $calHash );
+$_template->tpl_vars['modCalNavigation'] = new Smarty_variable( $cal->buildCalendarNavigation( $calHash ) );
+$_template->tpl_vars['modCalMonth'] = new Smarty_variable( $calMonth = $cal->buildMonth( $calHash ) );
?>