Added the ability to download minidimps

This commit is contained in:
Latif Khalifa
2013-10-04 23:42:20 +02:00
parent 1000c4d743
commit dc57f4e5ae
4 changed files with 23 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ class ReportParser
$q = kl_str_sql("select * from raw_reports where report_id=!i", $id);
if (!$res = $DB->query($q) OR !$row = $DB->fetchRow($res))
{
return new stdClass;
return array();
}
$data = new stdClass;
$DB->loadFromDbRow($data, $res, $row);