From 9b42197d3e85986ae113a6b16aaeacda88b50bb6 Mon Sep 17 00:00:00 2001 From: mohrt Date: Sun, 20 Apr 2003 21:07:54 +0000 Subject: [PATCH] fix typo --- libs/plugins/function.config_load.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }