HomePhorge

D25126

Fix early exit from getMatchSeverity on null severity
Author: goddenrich
Summary: In PHP 8.1, the strtolower() function no longer accepts NULL. Without this change, getMatchSeverity() exits early if…