fix change in smarty class name new version

This commit is contained in:
modus75
2016-01-23 23:00:39 +01:00
parent f3cb99ea09
commit 69cdcf2316
+1 -1
View File
@@ -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);