mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Change messages class to message
This commit is contained in:
@@ -132,7 +132,7 @@ if (strlen($contact_uuid) > 0) {
|
||||
}
|
||||
|
||||
if (!$included) {
|
||||
messages::add($text['message-delete']);
|
||||
message::add($text['message-delete']);
|
||||
header("Location: contacts.php");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user