Skip to content

Commit

Permalink
Merge pull request #9231 from atm-gauthier/7.0_fix_notice
Browse files Browse the repository at this point in the history
FIX : global $mysoc missing (to avoid php notice on lines 279, 280 & 281
  • Loading branch information
eldy committed Aug 12, 2018
2 parents de1386c + 391230b commit 9124d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/modules/modService.class.php
Expand Up @@ -42,7 +42,7 @@ class modService extends DolibarrModules
*/
function __construct($db)
{
global $conf;
global $conf, $mysoc;

$this->db = $db;
$this->numero = 53;
Expand Down

0 comments on commit 9124d5c

Please sign in to comment.