Merge pull request #9231 from atm-gauthier/7.0_fix_notice

FIX : global $mysoc missing (to avoid php notice on lines 279, 280 & 281
This commit is contained in:
Laurent Destailleur 2018-08-12 17:36:39 +02:00 committed by GitHub
commit 9124d5c6a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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