mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Remove whitespace.
This commit is contained in:
parent
0f584c0e8b
commit
a0c399e374
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ class FormHelper extends AppHelper {
|
|||
}
|
||||
$locked = array();
|
||||
$unlockedFields = $this->_unlockedFields;
|
||||
|
||||
|
||||
foreach ($fields as $key => $value) {
|
||||
if (!is_int($key)) {
|
||||
$locked[$key] = $value;
|
||||
|
|
Loading…
Reference in a new issue