FIX : global $mysoc missing (to avoid php notice on lines 279, 280 & 281)

This commit is contained in:
gauthier 2018-08-10 15:39:49 +02:00
parent de1386c83c
commit 391230babc

View File

@ -42,7 +42,7 @@ class modService extends DolibarrModules
*/
function __construct($db)
{
global $conf;
global $conf, $mysoc;
$this->db = $db;
$this->numero = 53;