FIX : global $mysoc missing (to avoid php notice on lines 279, 280 & 281)
This commit is contained in:
parent
de1386c83c
commit
391230babc
@ -42,7 +42,7 @@ class modService extends DolibarrModules
|
||||
*/
|
||||
function __construct($db)
|
||||
{
|
||||
global $conf;
|
||||
global $conf, $mysoc;
|
||||
|
||||
$this->db = $db;
|
||||
$this->numero = 53;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user