This commit is contained in:
Frédéric FRANCE
2019-02-25 23:15:48 +01:00
parent 72ef70dbd7
commit 346d1f410c
9 changed files with 181 additions and 201 deletions

View File

@@ -100,13 +100,13 @@ class modLabel extends DolibarrModules
* @param string $options Options when enabling module ('', 'noboxes')
* @return int 1 if OK, 0 if KO
*/
function init($options = '')
{
public function init($options = '')
{
// Permissions
$this->remove($options);
$sql = array();
return $this->_init($sql, $options);
}
}
}