FIX #3996 Dictionnary hooks are not working in 3.8
This commit is contained in:
parent
43f3999234
commit
8e9e2911ae
@ -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')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user