Fix: Missing global

This commit is contained in:
Laurent Destailleur 2012-03-19 11:22:59 +01:00
parent 088947857e
commit d6588a53a1

View File

@ -39,6 +39,8 @@ class modCategorie extends DolibarrModules
*/
function modCategorie($db)
{
global $conf;
$this->db = $db;
$this->numero = 1780;