mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Adding fix for Ticket #1527
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3937 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
282ca26319
commit
c41db64070
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ class FormHelper extends AppHelper {
|
||||||
$showEmpty = '';
|
$showEmpty = '';
|
||||||
}
|
}
|
||||||
$options = array_reverse($options, true);
|
$options = array_reverse($options, true);
|
||||||
$options[] = $showEmpty;
|
$options[''] = $showEmpty;
|
||||||
$options = array_reverse($options, true);
|
$options = array_reverse($options, true);
|
||||||
}
|
}
|
||||||
$select = am($select, $this->__selectOptions(array_reverse($options, true), $selected, array(), $showParents));
|
$select = am($select, $this->__selectOptions(array_reverse($options, true), $selected, array(), $showParents));
|
||||||
|
|
Loading…
Add table
Reference in a new issue