summaryrefslogtreecommitdiff
path: root/modules/mod_calendar.php
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2013-07-12 23:22:32 +0100
committerlsces <lester@lsces.co.uk>2013-07-12 23:22:32 +0100
commit43663f76688a624b0a113516a5f37184a44dc474 (patch)
tree42128042b9aee3925d3a094c2c06e92ddc68b9a4 /modules/mod_calendar.php
parent6675ea3da5dce77b2c923baf089e796e3f1ac49e (diff)
downloadcalendar-43663f76688a624b0a113516a5f37184a44dc474.tar.gz
calendar-43663f76688a624b0a113516a5f37184a44dc474.tar.bz2
calendar-43663f76688a624b0a113516a5f37184a44dc474.zip
Closing bracket missmatch fixed
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 ) );
?>