Skip to content

Commit

Permalink
Fix tracking of successful rules (CO-1772)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Jul 22, 2019
1 parent 307c9da commit 0186fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Lib/Match/ResultManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class ResultManager {

public function add(array $attributes, string $rule=null) {
if($rule) {
$successfulRules[] = $rule;
$this->successfulRules[] = $rule;
}

if(empty($attributes)) {
Expand Down

0 comments on commit 0186fca

Please sign in to comment.