Skip to content

Commit

Permalink
fix typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Polischuk committed Mar 16, 2015
1 parent f5f7f70 commit 916fb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
$xhprof_data = xhprof_disable();
$xhprof_runs = new XHProfRuns_Default();
$run_id = $xhprof_runs->save_run($xhprof_data, $profiler_namespace, null, $_xhprof);
if ($_xhprof['display'] === true && PHP_SAPI != 'cli' && isset($isAjax))
if ($_xhprof['display'] === true && PHP_SAPI != 'cli' && !isset($isAjax))
{
// url to the XHProf UI libraries (change the host name and path)
$profiler_url = sprintf($_xhprof['url'].'/index.php?run=%s&source=%s', $run_id, $profiler_namespace);
Expand Down

0 comments on commit 916fb51

Please sign in to comment.