mirror of
https://github.com/smarty-php/smarty.git
synced 2026-05-04 19:54:14 +02:00
- reformat all code for unique style
This commit is contained in:
@@ -32,7 +32,7 @@ class Smarty_Internal_Method_ClearConfig
|
||||
public function clearConfig(Smarty_Internal_Data $data, $name = null)
|
||||
{
|
||||
if (isset($name)) {
|
||||
unset($data->config_vars[$name]);
|
||||
unset($data->config_vars[ $name ]);
|
||||
} else {
|
||||
$data->config_vars = array();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user