Skip to content
Snippets Groups Projects
Commit 66e9ea24 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: Trying to get property of non-object

parent 7fd27da6
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ class modSociete extends DolibarrModules ...@@ -44,7 +44,7 @@ class modSociete extends DolibarrModules
*/ */
function modSociete($db) function modSociete($db)
{ {
global $conf; global $conf, $user;
$this->db = $db; $this->db = $db;
$this->numero = 1; $this->numero = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment