diff --git a/app/time_conditions/time_condition_edit.php b/app/time_conditions/time_condition_edit.php index d9fc7060d8..9b38700d5d 100644 --- a/app/time_conditions/time_condition_edit.php +++ b/app/time_conditions/time_condition_edit.php @@ -391,7 +391,7 @@ require_once "resources/header.php"; $sql .= "'".$domain_uuid."', "; $sql .= "'".$dialplan_uuid."', "; $sql .= "'".uuid()."', "; - $sql .= "'anti-action', "; + $sql .= "'action', "; $sql .= "'".$dialplan_anti_action_app."', "; $sql .= "'".$dialplan_anti_action_data."', "; $sql .= "null, ";