Browse Source

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

mark_story 12 years ago
parent
commit
706ddfccae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/View/Helper/FormHelper.php

+ 1 - 1
lib/Cake/View/Helper/FormHelper.php

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