Fix regression test

This commit is contained in:
Laurent Destailleur 2023-01-16 10:44:39 +01:00
parent 2d2164550f
commit 70bec95307

View File

@ -164,7 +164,7 @@ class HookManager
// Define type of hook ('output' or 'addreplace').
$hooktype = 'addreplace';
// TODO Remove hooks with type 'output' (exemple createFrom). All hooks must be converted into 'addreplace' hooks.
if (!in_array($method, array(
if (in_array($method, array(
'createFrom',
'dashboardMembers',
'dashboardEmailings',