Skip to content
Snippets Groups Projects
Commit 9df29fc3 authored by jcgachod's avatar jcgachod
Browse files

Correction deploiment debug bar

parent 57bbba07
Branches
Tags
No related merge requests found
......@@ -285,7 +285,7 @@ function setupFrontController() {
if (!Class_Users::isCurrentUserSuperAdmin())
return $front_controller;
set_include_path(get_include_path() . PATH_SEPARATOR . './library/ZFDebug/library');
set_include_path(get_include_path() . PATH_SEPARATOR . ROOT_PATH.'library/ZFDebug/library');
return $front_controller
->registerPlugin(new ZFDebug_Controller_Plugin_Debug(['plugins' =>
[
......
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