mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-07 07:41:37 +01:00
Fix.
This commit is contained in:
@@ -130,7 +130,7 @@ function smarty_function_fetch($params, &$smarty)
|
||||
case "cluster_host":
|
||||
if(!empty($param_value)
|
||||
&& (gethostbyname($param_value) != $param_value)) {
|
||||
$server_name = $param_value;
|
||||
$server_name = $param_value;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user