Fix: Bad name of function

This commit is contained in:
Laurent Destailleur 2013-03-27 20:48:57 +01:00
parent 7f4fd06f19
commit 0108ee2bd8

View File

@ -233,7 +233,7 @@ if ($action == "set" || empty($action) || preg_match('/upgrade/i',$action))
dolibarr_install_syslog('install/etape5.php Activate module file='.$file);
$res=dol_include_once("/core/modules/".$file);
$res=Activate($modtoactivatenew,1);
$res=activateModule($modtoactivatenew,1);
if (! $result) print 'ERROR in activating module file='.$file;
}
}