mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
fix typo
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user