From 391230babcc097772bad8edfc560a779c4b0408b Mon Sep 17 00:00:00 2001 From: gauthier Date: Fri, 10 Aug 2018 15:39:49 +0200 Subject: [PATCH] FIX : global $mysoc missing (to avoid php notice on lines 279, 280 & 281) --- htdocs/core/modules/modService.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/modules/modService.class.php b/htdocs/core/modules/modService.class.php index 7a9a3f4df3f..7302ebc673b 100644 --- a/htdocs/core/modules/modService.class.php +++ b/htdocs/core/modules/modService.class.php @@ -42,7 +42,7 @@ class modService extends DolibarrModules */ function __construct($db) { - global $conf; + global $conf, $mysoc; $this->db = $db; $this->numero = 53;