mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 21:41:19 +08:00
conditions cleanup
This commit is contained in:
@ -728,7 +728,7 @@ class Html
|
||||
if (!isset($options['size'])) {
|
||||
$options['size'] = 4;
|
||||
}
|
||||
if (isset($options['multiple']) && $options['multiple'] && substr($name, -2) !== '[]') {
|
||||
if (!empty($options['multiple']) && substr($name, -2) !== '[]') {
|
||||
$name .= '[]';
|
||||
}
|
||||
$options['name'] = $name;
|
||||
|
||||
Reference in New Issue
Block a user