Skip to content

Commit

Permalink
Fix: Trying to get property of non-object
Browse files Browse the repository at this point in the history
  • Loading branch information
hregis committed Jan 20, 2012
1 parent 7fd27da commit 66e9ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/modules/modSociete.class.php
Expand Up @@ -44,7 +44,7 @@ class modSociete extends DolibarrModules
*/
function modSociete($db)
{
global $conf;
global $conf, $user;

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

0 comments on commit 66e9ea2

Please sign in to comment.