Signature generation and saving to database done

This commit is contained in:
Latif Khalifa
2013-10-13 04:19:19 +02:00
parent da311a7e43
commit 2f68544cf1
4 changed files with 151 additions and 2 deletions

View File

@@ -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);
}