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:
@@ -383,7 +383,7 @@
|
||||
}
|
||||
|
||||
//redirect the user
|
||||
messages::add($text['confirm-update']);
|
||||
message::add($text['confirm-update']);
|
||||
header("Location: ".$_REQUEST['return_url']);
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user