Skip to content

Commit

Permalink
Reverting change done by previous merge
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jul 25, 2011
1 parent febf28f commit 2b7888e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Cake/View/Helper/FormHelper.php
Expand Up @@ -459,8 +459,7 @@ public function create($model = null, $options = array()) {
if ($model !== false) {
$this->setEntity($model, true);
}
$attributes = sprintf('action="%s" ', $action) . $this->_parseAttributes($htmlAttributes, null, '');
return $this->Html->useTag('form', $action, $attributes) . $append;
return $this->Html->useTag('form', $action, $htmlAttributes) . $append;
}

/**
Expand Down

0 comments on commit 2b7888e

Please sign in to comment.