mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Merge branch '1.3-misc' of code.cakephp.org:cakephp into 1.3-misc
This commit is contained in:
commit
5c4bc35259
1 changed files with 0 additions and 2 deletions
|
@ -632,8 +632,6 @@ class FormHelper extends AppHelper {
|
|||
$this->_inputDefaults,
|
||||
$options
|
||||
);
|
||||
$defaults = array('before' => null, 'between' => null, 'after' => null);
|
||||
$options = array_merge($defaults, $options);
|
||||
|
||||
if (!isset($this->fieldset[$this->model()])) {
|
||||
//Try to load fieldset for this model
|
||||
|
|
Loading…
Add table
Reference in a new issue