jscomposer module Notice: Undefined index: hook

(1/1) ContextErrorException

Notice: Undefined index: hook

 

/modules/jscomposer/classes/vccontentanywhere.php

line 218 add the following lines

 

$params = array('cookie' => $context->cookie, 'cart' => $context->cart);
$params = array(
'cookie' => $context->cookie,
'cart' => $context->cart,
'hook' => $hook_name,
);