Fix php 7.2

This commit is contained in:
Laurent Destailleur 2017-11-17 17:23:56 +01:00
parent 0b349bef60
commit 7349b5d793

View File

@ -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);
}
}