Fix the category and subcategory
This commit is contained in:
@@ -386,7 +386,7 @@
|
|||||||
|
|
||||||
//send the message waiting status
|
//send the message waiting status
|
||||||
$fp = event_socket_create(
|
$fp = event_socket_create(
|
||||||
$setting->get('event_socket','ip_address'),
|
$setting->get('switch','event_socket_ip_address'),
|
||||||
$setting->get('switch', 'event_socket_port'),
|
$setting->get('switch', 'event_socket_port'),
|
||||||
$setting->get('switch', 'event_socket_password')
|
$setting->get('switch', 'event_socket_password')
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user