Remove whitespace.

This commit is contained in:
ADmad 2014-02-26 10:40:53 +05:30
parent 0f584c0e8b
commit a0c399e374

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;