From 69cdcf2316cefde2246cdb2b0cd3926644695233 Mon Sep 17 00:00:00 2001 From: modus75 Date: Sat, 23 Jan 2016 23:00:39 +0100 Subject: fix change in smarty class name new version --- include/calendar_base.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/calendar_base.class.php b/include/calendar_base.class.php index 7eaa5e22c..020265d17 100644 --- a/include/calendar_base.class.php +++ b/include/calendar_base.class.php @@ -360,7 +360,7 @@ GROUP BY period'; if ( !empty($tpl_var) ) { $existing = $template->smarty->getVariable('chronology_navigation_bars'); - if (! ($existing instanceof Undefined_Smarty_Variable)) + if (! ($existing instanceof Smarty_Undefined_Variable)) { $existing->value[ sizeof($existing->value)-1 ] = array_merge( $existing->value[ sizeof($existing->value)-1 ], $tpl_var); -- cgit v1.2.3