mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +00:00
Merge branch '2.5' of github.com:cakephp/cakephp into 2.5
This commit is contained in:
commit
706ddfccae
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ class FormHelper extends AppHelper {
|
||||||
}
|
}
|
||||||
$locked = array();
|
$locked = array();
|
||||||
$unlockedFields = $this->_unlockedFields;
|
$unlockedFields = $this->_unlockedFields;
|
||||||
|
|
||||||
foreach ($fields as $key => $value) {
|
foreach ($fields as $key => $value) {
|
||||||
if (!is_int($key)) {
|
if (!is_int($key)) {
|
||||||
$locked[$key] = $value;
|
$locked[$key] = $value;
|
||||||
|
|
Loading…
Add table
Reference in a new issue