From d0ab3b439e35890d5231ec415029d637d71b927c Mon Sep 17 00:00:00 2001 From: Nicolas Domenech Date: Thu, 4 Jan 2024 18:16:21 +0100 Subject: [PATCH] #37 [Mod] fix: export function --- core/modules/modEasyURL.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/modEasyURL.class.php b/core/modules/modEasyURL.class.php index 7ea2a82..769723f 100644 --- a/core/modules/modEasyURL.class.php +++ b/core/modules/modEasyURL.class.php @@ -364,7 +364,7 @@ public function __construct($db) $keyforelement = 'shortener'; $keyforalias = 't'; - require_once DOL_DOCUMENT_ROOT . '/core/commonfieldsinexport.inc.php'; + require DOL_DOCUMENT_ROOT . '/core/commonfieldsinexport.inc.php'; $this->export_sql_start[$r] = 'SELECT DISTINCT ';