La variable $conf->service->enabled n'tait pas dfinie.
This commit is contained in:
parent
fb540e1e56
commit
e185c237c3
@ -349,6 +349,11 @@ if (defined("MAIN_MODULE_PRODUIT"))
|
||||
$conf->produit->enabled=MAIN_MODULE_PRODUIT;
|
||||
}
|
||||
|
||||
if (defined("MAIN_MODULE_SERVICE"))
|
||||
{
|
||||
$conf->service->enabled=MAIN_MODULE_SERVICE;
|
||||
}
|
||||
|
||||
if (defined("MAIN_MODULE_BOUTIQUE"))
|
||||
{
|
||||
$conf->boutique->enabled=MAIN_MODULE_BOUTIQUE;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user