mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-08 04:33:49 +00:00
Change messages class to message
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
$response = event_socket_request($fp, "api ".$command);
|
||||
$response = event_socket_request($fp, "api log notice ".$command);
|
||||
//show the response
|
||||
messages::add($text['label-event']." ".ucwords($cmd)." ".$text['label-response'].htmlentities($response));
|
||||
message::add($text['label-event']." ".ucwords($cmd)." ".$text['label-response'].htmlentities($response));
|
||||
//close the connection
|
||||
fclose($fp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user