Signatures tweaked
This commit is contained in:
@@ -303,6 +303,13 @@ class CrashReport
|
||||
{
|
||||
$function = $f->function;
|
||||
}
|
||||
|
||||
if (preg_match("/^LLError::/", $f->function))
|
||||
{
|
||||
$function = null;
|
||||
$singu_function = null;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if ($function == $singu_function)
|
||||
|
||||
Reference in New Issue
Block a user