no default row Value git statusgit status! CakePHP warning

This commit is contained in:
Martin Müller 2014-05-08 15:46:49 +02:00
parent 632d071dee
commit e243ec490a
1 changed files with 1 additions and 1 deletions

View File

@ -1058,7 +1058,7 @@ class FormHelper extends AppHelper {
$options['value'] = $selected;
return $this->dateTime($fieldName, $dateFormat, $timeFormat, $options);
case 'textarea':
return $this->textarea($fieldName, $options + array('cols' => '30', 'rows' => '6'));
return $this->textarea($fieldName, $options + array('cols' => '30', 'rows' => '22'));
case 'url':
return $this->text($fieldName, array('type' => 'url') + $options);
default: