mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
fixed wrong default-"name" in function.html_options.php
This commit is contained in:
@@ -18,7 +18,7 @@ function smarty_function_html_options($params, &$smarty)
|
|||||||
{
|
{
|
||||||
require_once $smarty->_get_plugin_filepath('shared','escape_special_chars');
|
require_once $smarty->_get_plugin_filepath('shared','escape_special_chars');
|
||||||
|
|
||||||
$name = 'select';
|
$name = null;
|
||||||
$values = null;
|
$values = null;
|
||||||
$options = null;
|
$options = null;
|
||||||
$selected = array();
|
$selected = array();
|
||||||
|
Reference in New Issue
Block a user