Skip to content

Commit

Permalink
Merge pull request phacility#80 from peng-hui/peng-hui-patch-1
Browse files Browse the repository at this point in the history
Simple fix
  • Loading branch information
longxinH authored Dec 16, 2023
2 parents 3eac9fd + 6452f8c commit 60dd796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xhprof_lib/display/xhprof.php
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,7 @@ function displayXHProfReport($xhprof_runs_impl, $url_params, $source,
if (!empty($wts)) {
$wts_array = explode(",", $wts);
} else {
$wts_array = null;
$wts_array = array();
}
$data = xhprof_aggregate_runs($xhprof_runs_impl,
$runs_array, $wts_array, $source, false);
Expand Down

0 comments on commit 60dd796

Please sign in to comment.