* Fix bug.

This commit is contained in:
tianshujie98
2021-06-18 14:41:03 +08:00
parent 637a3c29e4
commit 4c792a2318
+1 -1
View File
@@ -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;
}