Fix regression test
This commit is contained in:
parent
2d2164550f
commit
70bec95307
@ -164,7 +164,7 @@ class HookManager
|
|||||||
// Define type of hook ('output' or 'addreplace').
|
// Define type of hook ('output' or 'addreplace').
|
||||||
$hooktype = 'addreplace';
|
$hooktype = 'addreplace';
|
||||||
// TODO Remove hooks with type 'output' (exemple createFrom). All hooks must be converted into 'addreplace' hooks.
|
// 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',
|
'createFrom',
|
||||||
'dashboardMembers',
|
'dashboardMembers',
|
||||||
'dashboardEmailings',
|
'dashboardEmailings',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user