Fix: fix not initialized variables

This commit is contained in:
Laurent Destailleur
2011-12-05 19:03:36 +01:00
parent ebea7f6c97
commit ffaf4e5465
35 changed files with 63 additions and 45 deletions

View File

@@ -147,7 +147,10 @@ class modWorkflow extends DolibarrModules
*/
function init()
{
//$result=$this->load_tables();
// Permissions
$this->remove();
$sql = array();
return $this->_init($sql);
}