This commit is contained in:
mohrt
2003-04-20 21:07:54 +00:00
parent e55d4e9df9
commit 9b42197d3e

View File

@@ -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);
}