Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikBuetler committed Aug 27, 2024
1 parent 29d380c commit f262823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/logalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ public function getPatterns(string $logLevel, string $type) {
*/
public function loadPatterns() {
$patterns = $this->system->getLogalyzerPatterns();
if (isset($patterns) && $patterns == null) {
if (isset($patterns) && $patterns != null) {
$this->system_pattern = json_decode($patterns, true);
}
else {
Expand Down

0 comments on commit f262823

Please sign in to comment.