Skip to content
Snippets Groups Projects
Commit 3209ecdf authored by llaffont's avatar llaffont
Browse files

XHProf: correction chargement des fonctions XHProf

git-svn-id: http://afi-forge.afi-sa.fr/svn/opacce/trunk@2738 e3cc70dd-a52f-4065-8a26-0e09943c8c5c
parent 03b4270f
No related merge requests found
......@@ -59,8 +59,8 @@ class ZendAfi_Controller_Plugin_XHProfile extends Zend_Controller_Plugin_Abstrac
$xhprof_data = xhprof_disable();
require_once "xhprof/xhprof_lib/utils/xhprof_lib.php";
require_once "xhprof/xhprof_lib/utils/xhprof_runs.php";
require_once ROOT_PATH."xhprof/xhprof_lib/utils/xhprof_lib.php";
require_once ROOT_PATH."xhprof/xhprof_lib/utils/xhprof_runs.php";
$xhprof_runs = new XHProfRuns_Default();
$run_id = $xhprof_runs->save_run($xhprof_data, "xhprof_testing");
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment