Qual: Missing variable declaration
This commit is contained in:
parent
20983b4807
commit
f476bee0c7
@ -149,7 +149,9 @@ class modCron extends DolibarrModules
|
|||||||
*/
|
*/
|
||||||
function init($options='')
|
function init($options='')
|
||||||
{
|
{
|
||||||
// Prevent pb of modules not correctly disabled
|
$sql = array();
|
||||||
|
|
||||||
|
// Prevent pb of modules not correctly disabled
|
||||||
//$this->remove($options);
|
//$this->remove($options);
|
||||||
|
|
||||||
return $this->_init($sql,$options);
|
return $this->_init($sql,$options);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user