Skip to content
Snippets Groups Projects
Commit 0e511027 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #4003 from marcosgdf/bug-3996

FIX #3996 Dictionnary hooks are not working in 3.8
parents 9693982f 8e9e2911
No related branches found
No related tags found
No related merge requests found
...@@ -148,7 +148,9 @@ class HookManager ...@@ -148,7 +148,9 @@ class HookManager
'printAddress', 'printAddress',
'printSearchForm', 'printSearchForm',
'formatEvent', 'formatEvent',
'addCalendarChoice' 'addCalendarChoice',
'createDictionaryFieldList',
'editDictionaryFieldlist'
) )
)) $hooktype='addreplace'; )) $hooktype='addreplace';
// Deprecated hook types ('returnvalue') // Deprecated hook types ('returnvalue')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment