From b67878e4f2d2542fe3fb5f81eadb6beca6713c06 Mon Sep 17 00:00:00 2001 From: Jose Lorenzo Rodriguez Date: Mon, 24 Feb 2014 22:28:45 +0100 Subject: [PATCH] Fixing typo and removing reference to 'selected' --- src/View/Helper/FormHelper.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/View/Helper/FormHelper.php b/src/View/Helper/FormHelper.php index dfa1d7e1ed7..0ab189b8dff 100755 --- a/src/View/Helper/FormHelper.php +++ b/src/View/Helper/FormHelper.php @@ -164,7 +164,7 @@ class FormHelper extends Helper { ]; /** - * Construct the widgets and binds the defult context providers + * Construct the widgets and binds the default context providers * * @param \Cake\View\View $View The View this helper is being attached to. * @param array $settings Configuration settings for the helper. @@ -852,7 +852,6 @@ public function input($fieldName, $options = array()) { 'type' => null, 'label' => null, 'error' => null, - 'selected' => null, 'options' => null, 'templates' => [] ];