From 88025586ce3ba15c1fedefb4ff37df43991084aa Mon Sep 17 00:00:00 2001 From: Dan Rowe Date: Thu, 10 Apr 2014 09:58:13 -0400 Subject: [PATCH] mismatched function call and function signature. --- xhprof_lib/utils/xhprof_lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xhprof_lib/utils/xhprof_lib.php b/xhprof_lib/utils/xhprof_lib.php index ff4cda8a..1e398a9d 100644 --- a/xhprof_lib/utils/xhprof_lib.php +++ b/xhprof_lib/utils/xhprof_lib.php @@ -98,7 +98,7 @@ function init_metrics($xhprof_data, $rep_symbol, $sort, $diff_report = false) { $pc_stats = $stats; - $possible_metrics = xhprof_get_possible_metrics($xhprof_data); + $possible_metrics = xhprof_get_possible_metrics(); foreach ($possible_metrics as $metric => $desc) { if (isset($xhprof_data["main()"][$metric])) { $metrics[] = $metric;