1
0

changement gestion initialisatio hooks

This commit is contained in:
Daniel Tartavel 2022-06-13 19:24:08 +02:00
parent 2b18830b83
commit 71c8ce246f

View File

@ -322,7 +322,7 @@ while (true)
$i = 1;
foreach($hooks as $hookName => &$hook)
{
if ($hook->initialized === false and $hook->active === true)
if ($hook->initialized === false); // and $hook->active === true)
{
logger(WARNING, _("Initializing Hook not completely initialized :") . $hookName, __FILE__ . ":" . __LINE__);
$i &= $hook->installHooks($indexDevices);