Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
jadb committed Mar 23, 2015
1 parent 2ccd83a commit b1f5bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Helper/FormHelper.php
Expand Up @@ -354,7 +354,7 @@ public function create($model = null, array $options = [])
'idPrefix' => null,
];

if (!is_null($options['idPrefix'])) {
if ($options['idPrefix'] !== null) {
$this->_idPrefix = $options['idPrefix'];
}
$templater = $this->templater();
Expand Down

0 comments on commit b1f5bc5

Please sign in to comment.