From 57c903bdac033abdf97cce67c41f60e9afefe5e1 Mon Sep 17 00:00:00 2001 From: Kevin Duret Date: Wed, 15 Dec 2021 12:58:40 +0100 Subject: [PATCH] fix(sql): retrieve contact_js_effects to avoid mbi generation failure (#10494) --- www/install/php/Update-22.04.0-beta.1.php | 1 - 1 file changed, 1 deletion(-) diff --git a/www/install/php/Update-22.04.0-beta.1.php b/www/install/php/Update-22.04.0-beta.1.php index f3bbd9c8b0d..e94b09e1631 100644 --- a/www/install/php/Update-22.04.0-beta.1.php +++ b/www/install/php/Update-22.04.0-beta.1.php @@ -19,7 +19,6 @@ * */ - include_once __DIR__ . "/../../class/centreonLog.class.php"; $centreonLog = new CentreonLog();