// Changed hook in update

This commit is contained in:
Damien Metzger
2013-12-02 17:39:46 +01:00
parent a88b2b6ab5
commit 703d790910
+1 -1
View File
@@ -4,5 +4,5 @@ INSERT INTO `PREFIX_hook_module` (`id_module`, `id_shop`, `id_hook`, `position`)
SELECT m.id_module, s.id_shop, h.id_hook, 0
FROM `PREFIX_module` m, `PREFIX_shop` s, `PREFIX_hook` h
WHERE m.name IN ('dashgoals', 'dashactivity', 'dashtrends', 'dashproducts')
AND h.name IN ('displayBackOfficeHeader')
AND h.name IN ('actionAdminControllerSetMedia')
);