Skip to content

Commit

Permalink
Merge commit 'refs/pull/3860/head' of github.com:zendframework/zf2 in…
Browse files Browse the repository at this point in the history
…to hotfix/validator-abstractoption
  • Loading branch information
Maks3w committed Mar 5, 2013
2 parents e09ba97 + 362655d commit 8a202fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Validator/AbstractValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function setOptions($options = array())
} elseif (isset($this->options)) {
$this->options[$name] = $option;
} else {
$this->abstractOptions[$name] = $options;
$this->abstractOptions[$name] = $option;
}
}

Expand Down

0 comments on commit 8a202fa

Please sign in to comment.