Skip to content

Commit

Permalink
Merge branch 'develop' into 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claar committed Nov 5, 2015
2 parents 1d90a4d + 1f95e0d commit 795f7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Former/Form/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public function openForm($type, $parameters)
$action = array_get($parameters, 0);
$method = array_get($parameters, 1, 'POST');
$attributes = array_get($parameters, 2, array());
$secure = array_get($parameters, 3, false);
$secure = array_get($parameters, 3, null);

// Fetch errors if asked for
if ($this->app['former']->getOption('fetch_errors')) {
Expand Down

0 comments on commit 795f7b9

Please sign in to comment.