From 0c73f84cfd08c7ec26297ae07294706a22c2ca1f Mon Sep 17 00:00:00 2001 From: hystepik Date: Tue, 21 Feb 2023 15:18:27 +0100 Subject: [PATCH] fix wrong include --- htdocs/core/ajax/flowjs-server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/ajax/flowjs-server.php b/htdocs/core/ajax/flowjs-server.php index 606e60c7c05..e1f5feaaf10 100644 --- a/htdocs/core/ajax/flowjs-server.php +++ b/htdocs/core/ajax/flowjs-server.php @@ -43,7 +43,7 @@ if (!defined("NOLOGIN")) { // Load Dolibarr environment require '../../main.inc.php'; -require '../../core/lib/files.lib.php'; +require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php'; $action = GETPOST('action', 'aZ09'); $module = GETPOST('module', 'aZ09');