Skip to content

Commit

Permalink
mismatched function call and function signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
draco2003 committed Apr 10, 2014
1 parent ec8b884 commit 8802558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xhprof_lib/utils/xhprof_lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8802558

Please sign in to comment.