Merge branch '2.5' of github.com:cakephp/cakephp into 2.5

This commit is contained in:
mark_story 2014-02-26 21:09:06 -05:00
commit 706ddfccae

View file

@ -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;