Skip to content

Commit

Permalink
Merge pull request #2 from dereuromark/master
Browse files Browse the repository at this point in the history
Fallback output: runId
  • Loading branch information
renan committed May 26, 2015
2 parents bfb44f5 + 9871d48 commit c067251
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions View/Elements/x_h_prof_panel.ctp
Expand Up @@ -13,5 +13,7 @@ if (Configure::read('XHProf.html')) {
Configure::read('XHProf.namespace')
);
echo $this->Html->link('XHProf Output', $url);
} else {
echo 'RunId: <b>' . Configure::read('XHProf.replaceRunId') . '</b>';
}
?>

0 comments on commit c067251

Please sign in to comment.