* Fix bug.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user