mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
removed tabs and killed trailing white-space
This commit is contained in:
@@ -109,8 +109,8 @@ function smarty_function_config_load($params, &$smarty)
|
|||||||
$smarty->_config[1]['files'][$_file] = true;
|
$smarty->_config[1]['files'][$_file] = true;
|
||||||
} else if ($_scope == 'global') {
|
} else if ($_scope == 'global') {
|
||||||
for ($i = 1, $for_max = count($smarty->_config); $i < $for_max; $i++) {
|
for ($i = 1, $for_max = count($smarty->_config); $i < $for_max; $i++) {
|
||||||
$smarty->_config[$i]['vars'] = @array_merge($smarty->_config[$i]['vars'], $_config_vars);
|
$smarty->_config[$i]['vars'] = @array_merge($smarty->_config[$i]['vars'], $_config_vars);
|
||||||
$smarty->_config[$i]['files'][$_file] = true;
|
$smarty->_config[$i]['files'][$_file] = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user