Fix php 7.2
This commit is contained in:
parent
0b349bef60
commit
7349b5d793
@ -139,6 +139,8 @@ class modOauth extends DolibarrModules
|
||||
// Clean before activation
|
||||
$this->remove($options);
|
||||
|
||||
return $this->_init($sql,$options);
|
||||
$sql = array();
|
||||
|
||||
return $this->_init($sql, $options);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user