|
@@ -2365,8 +2365,9 @@ class EmailCollector extends CommonObject
|
|
|
// this code action is hook..... for support this call
|
|
|
global $hookmanager;
|
|
|
|
|
|
- if (is_object($hookmanager)) {
|
|
|
- $hookmanager->initHooks(array('emailcollectorcard'));
|
|
|
+ if (!is_object($hookmanager)) {
|
|
|
+ include_once DOL_DOCUMENT_ROOT.'/core/class/hookmanager.class.php';
|
|
|
+ $hookmanager = new HookManager($this->db);
|
|
|
}
|
|
|
|
|
|
$parameters = array(
|