Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Forward port #3860
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Mar 5, 2013
2 parents d883690 + 8a202fa commit 02d88ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Validator/AbstractValidator.php
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 02d88ee

Please sign in to comment.