mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
Update Smarty to 3.1.3
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