Skip to content

Commit

Permalink
Do not try to use nonspecified evidence
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Nov 16, 2023
1 parent 3b2c628 commit 3c8a11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AbraFlexi/RO.php
Expand Up @@ -523,7 +523,7 @@ public function setUp(array $options = [])

if (isset($options['evidence'])) {
$this->setEvidence($options['evidence']);
} else {
} elseif ($this->evidence) { // Use Defaut if specified
$this->setEvidence($this->evidence);
}
}
Expand Down

0 comments on commit 3c8a11f

Please sign in to comment.