Skip to content

Commit

Permalink
Change eventsocket_create to event_socket_create
Browse files Browse the repository at this point in the history
  • Loading branch information
markjcrane authored Aug 31, 2020
1 parent 00b96b4 commit b7d52fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/call_broadcast/call_broadcast_send.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ function cmd_async($cmd) {

//if the event socket connection is lost then re-connect
if (!$fp) {
$fp = eventsocket_create($_SESSION['event_socket_ip_address'], $_SESSION['event_socket_port'], $_SESSION['event_socket_password']);
$fp = event_socket_create($_SESSION['event_socket_ip_address'], $_SESSION['event_socket_port'], $_SESSION['event_socket_password']);
}

//method 1
Expand Down

0 comments on commit b7d52fe

Please sign in to comment.