mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Fix bustage in report view
This commit is contained in:
parent
27b9abbbdc
commit
7c4effa11c
@ -87,7 +87,7 @@ if (!$reportQuery->fields){
|
||||
|
||||
// We need this for continuity params in particular
|
||||
$query = new query;
|
||||
$query_input = $query->getQueryInputs();
|
||||
$query_input = $query->processQueryInputs();
|
||||
|
||||
|
||||
$title = "Report for ".$reportQuery->fields['host_hostname']." - ".$reportQuery->fields['report_id'];
|
||||
|
Loading…
Reference in New Issue
Block a user