Skip to content

Commit

Permalink
fix Run.php compatibility with php5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tkaven committed Feb 16, 2020
1 parent df91bc5 commit 6b58134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Xhgui/Controller/Run.php
Expand Up @@ -212,7 +212,7 @@ public function compare()
'base_url' => 'run.compare',
'base_run' => $baseRun,
'head_run' => $headRun,
'candidates' => $candidates ? $candidates : [],
'candidates' => $candidates ? $candidates : array(),
'url_params' => $request->get(),
'date_format' => $this->_app->config('date.format'),
'comparison' => $comparison,
Expand Down

0 comments on commit 6b58134

Please sign in to comment.