Skip to content

Commit

Permalink
Fixed errors in newer versions of php
Browse files Browse the repository at this point in the history
  • Loading branch information
zioth committed Dec 15, 2023
1 parent 99368e2 commit dc3589d
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 ($this->ignoreMatches[$match]) {
if (array_key_exists($this->ignoreMatches, $match)) {
return null;
}

Expand Down

0 comments on commit dc3589d

Please sign in to comment.