Skip to content

Commit

Permalink
Fixing typo and removing reference to 'selected'
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Feb 24, 2014
1 parent 0bb4150 commit b67878e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/View/Helper/FormHelper.php
Expand Up @@ -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.
Expand Down Expand Up @@ -852,7 +852,6 @@ public function input($fieldName, $options = array()) {
'type' => null,
'label' => null,
'error' => null,
'selected' => null,
'options' => null,
'templates' => []
];
Expand Down

0 comments on commit b67878e

Please sign in to comment.