From 43663f76688a624b0a113516a5f37184a44dc474 Mon Sep 17 00:00:00 2001 From: lsces Date: Fri, 12 Jul 2013 23:22:32 +0100 Subject: Closing bracket missmatch fixed --- modules/mod_calendar.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/mod_calendar.php') 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 ) ); ?> -- cgit v1.3