Commit fef3d25
committed
Check against expected RTIRSearchEnabled value
Previously we only checked for a truthy value when deciding if
RTIRSearchEnabled was true. We should explicitly check for the
string value 'Yes' so that other values like 'No' do not result
in a false positive.1 parent 148cda0 commit fef3d25
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments