diff --git a/module/webhook/model.php b/module/webhook/model.php index b5f8849284..3ec491cb46 100644 --- a/module/webhook/model.php +++ b/module/webhook/model.php @@ -380,7 +380,7 @@ class webhookModel extends model $intersect = array_intersect($webhookProducts, $actionProduct); if(!$intersect) return false; } - if($webhook->executions) + if(isset($webhook->executions)) { if(strpos(",$webhook->executions,", ",$action->execution,") === false) return false; }