Signatures tweaked

This commit is contained in:
Latif Khalifa
2013-10-15 07:12:26 +02:00
parent 085706321a
commit a0a18e9378
2 changed files with 9 additions and 2 deletions

View File

@@ -303,6 +303,13 @@ class CrashReport
{
$function = $f->function;
}
if (preg_match("/^LLError::/", $f->function))
{
$function = null;
$singu_function = null;
}
}
if ($function == $singu_function)