mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 19:23:49 +00:00
Change messages class to message
This commit is contained in:
@@ -89,7 +89,7 @@ if (strlen($id) > 0) {
|
||||
}
|
||||
|
||||
//redirect the browser
|
||||
messages::add($text['message-delete']);
|
||||
message::add($text['message-delete']);
|
||||
header("Location: apps.php");
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user