Fix bustage in report view
git-svn-id: svn://10.0.0.236/trunk@199054 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user