diff --git a/libs/plugins/function.config_load.php b/libs/plugins/function.config_load.php index 8bedd6ad..d978529a 100644 --- a/libs/plugins/function.config_load.php +++ b/libs/plugins/function.config_load.php @@ -106,7 +106,7 @@ function smarty_function_config_load($params, &$smarty) if ($smarty->debugging) { $debug_start_time = $smarty->_get_microtime(); $smarty->_smarty_debug_info[] = array('type' => 'config', - 'filename' => $_file.' ['.$_section.'] '.$scope, + 'filename' => $_file.' ['.$_section.'] '.$_scope, 'depth' => $smarty->_inclusion_depth, 'exec_time' => $smarty->_get_microtime() - $debug_start_time); }