Skip to content

Commit

Permalink
Update library/Zend/Validator/AbstractValidator.php
Browse files Browse the repository at this point in the history
  • Loading branch information
exsmund committed Feb 22, 2013
1 parent b0c7026 commit 362655d
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 362655d

Please sign in to comment.