2
0
forked from Wavyzz/dolibarr

Fix parameter silent was inverted

This commit is contained in:
Laurent Destailleur
2018-03-15 21:48:51 +01:00
parent 41f5c43368
commit 7f8f0c5dc1
2 changed files with 5 additions and 4 deletions

View File

@@ -888,6 +888,7 @@ function activateModule($value,$withdeps=1)
}
$result=$objMod->init(); // Enable module
if ($result <= 0)
{
$ret['errors'][]=$objMod->error;