diff --git a/lib/Cake/View/Helper.php b/lib/Cake/View/Helper.php index 6f9581c77..d8ae17d3b 100644 --- a/lib/Cake/View/Helper.php +++ b/lib/Cake/View/Helper.php @@ -65,7 +65,8 @@ class Helper extends Object { public $plugin = null; /** - * Fields this helper is using. + * Holds the fields array('field_name' => array('type'=> 'string', 'length'=> 100), + * primaryKey and validates array('field_name') * * @var array */ diff --git a/lib/Cake/View/Helper/FormHelper.php b/lib/Cake/View/Helper/FormHelper.php index 4bd76329c..c5170b5a1 100644 --- a/lib/Cake/View/Helper/FormHelper.php +++ b/lib/Cake/View/Helper/FormHelper.php @@ -39,14 +39,6 @@ class FormHelper extends AppHelper { */ public $helpers = array('Html'); -/** - * Holds the fields array('field_name' => array('type'=> 'string', 'length'=> 100), - * primaryKey and validates array('field_name') - * - * @var array - */ - public $fieldset = array(); - /** * Options used by DateTime fields *