Skip to content

Commit

Permalink
Merge pull request #16 from SneakBug8/patch-1
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
zioth committed Dec 17, 2023
2 parents dc3589d + 4c3f679 commit 3219b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper.php
Expand Up @@ -118,7 +118,7 @@ public function loadAndProcessConfigFile() {
* Get a simple match
*/
public function getMatch($match) {
if (array_key_exists($this->ignoreMatches, $match)) {
if (array_key_exists($match, $this->ignoreMatches)) {
return null;
}

Expand Down

0 comments on commit 3219b98

Please sign in to comment.