|
|
@@ -1132,9 +1132,6 @@ class FormHelper extends Helper
|
|
|
$opts = $options['options'];
|
|
|
unset($options['options']);
|
|
|
return $this->multicheckbox($fieldName, $opts, $options);
|
|
|
- case 'url':
|
|
|
- $options = $this->_initInputField($fieldName, $options);
|
|
|
- return $this->widget($options['type'], $options);
|
|
|
default:
|
|
|
return $this->{$options['type']}($fieldName, $options);
|
|
|
}
|