diff --git a/www/include/configuration/configNagios/formNagios.php b/www/include/configuration/configNagios/formNagios.php
index 92c9d68d29439aa8c4924daa21ad9e45d16998f3..156d0b868a2bcc87c83475210e1b768524fbcfff 100644
--- a/www/include/configuration/configNagios/formNagios.php
+++ b/www/include/configuration/configNagios/formNagios.php
@@ -906,7 +906,7 @@ if ($valid) {
         _("Warning: this value can be dangerous, use -1 if you have any doubt.")
     );
     $tpl->assign('cloneSet', $cloneSet);
-    $tpl->assign('centreon_path', $centreon->optGen['oreon_path']);
+    $tpl->assign('centreon_path', _CENTREON_PATH_);
     $tpl->assign("initial_state_warning", _("This option must be enabled for Centreon Dashboard module."));
     $tpl->assign("aggressive_host_warning", _("This option must be disable in order to avoid latency problem."));
     $tpl->display("formNagios.ihtml");