Signature generation and saving to database done
This commit is contained in:
@@ -52,6 +52,8 @@ foreach($reports as $id)
|
||||
$crash->init($id, $r, $stacktrace);
|
||||
if ($crash->save())
|
||||
{
|
||||
$crash->updateSignature();
|
||||
$crash->saveSignature();
|
||||
$nr++;
|
||||
ReportParser::setProcessed($id, 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user