Qual: Missing variable declaration

This commit is contained in:
Raphaël Doursenaud 2014-04-23 17:34:36 +02:00
parent 20983b4807
commit f476bee0c7

View File

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