diff options
| author | lsces <lester@lsces.co.uk> | 2013-07-12 23:22:32 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2013-07-12 23:22:32 +0100 |
| commit | 43663f76688a624b0a113516a5f37184a44dc474 (patch) | |
| tree | 42128042b9aee3925d3a094c2c06e92ddc68b9a4 /modules/mod_calendar.php | |
| parent | 6675ea3da5dce77b2c923baf089e796e3f1ac49e (diff) | |
| download | calendar-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.php | 4 |
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 ) ); ?> |
