From 8e9e2911ae4aa551975b635cf0b0d4ed1e40fec1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcos=20Garci=CC=81a=20de=20La=20Fuente?=
 <marcosgdf@gmail.com>
Date: Mon, 16 Nov 2015 13:18:25 +0100
Subject: [PATCH] FIX #3996 Dictionnary hooks are not working in 3.8

---
 htdocs/core/class/hookmanager.class.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/htdocs/core/class/hookmanager.class.php b/htdocs/core/class/hookmanager.class.php
index a497b3cb7e2..52da8c51fe8 100644
--- a/htdocs/core/class/hookmanager.class.php
+++ b/htdocs/core/class/hookmanager.class.php
@@ -148,7 +148,9 @@ class HookManager
 				'printAddress',
 				'printSearchForm',
 				'formatEvent',
-				'addCalendarChoice'
+				'addCalendarChoice',
+				'createDictionaryFieldList',
+				'editDictionaryFieldlist'
 				)
 			)) $hooktype='addreplace';
         // Deprecated hook types ('returnvalue')
-- 
GitLab