Skip to content

Commit

Permalink
Merge pull request #1 from dtelyukh/patch-1
Browse files Browse the repository at this point in the history
Opening xhprof-file bugfix
  • Loading branch information
sters authored May 14, 2019
2 parents d914368 + f2bdc48 commit 422c276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xhprof_lib/utils/xhprof_runs.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ private function gen_run_id($type) {

private function file_name($run_id, $type) {

$file = "$run_id." . $this->suffix;
$file = "$run_id.$type." . $this->suffix;

if (!empty($this->dir)) {
$file = $this->dir . "/" . $file;
Expand Down

0 comments on commit 422c276

Please sign in to comment.