Skip to content

Commit

Permalink
Merge branch 'dp' into 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
dp-ifacesoft committed Aug 17, 2020
2 parents 0a4b543 + 42abda2 commit 1285c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Ice/Core/Profiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public static function xphrofDisable()
}

if ($xhprof_data) {
$xhprof_runs = new XHProfRuns_Default();
$xhprof_runs = new XHProfRuns_Default('/tmp');
$xhprof_runs->save_run($xhprof_data, "xhprof_testing");
}

Expand Down

0 comments on commit 1285c20

Please sign in to comment.