mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-27 18:55:42 +00:00
Enhance - More messages::add updates (#2662)
convert more messages over to messsagse::add
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
$sql .= "where device_vendor_function_group_uuid = '".$device_vendor_function_group_uuid."' ";
|
||||
$db->exec(check_sql($sql));
|
||||
//redirect the browser
|
||||
$_SESSION["message"] = $text['message-delete'];
|
||||
messages::add($text['message-delete']);
|
||||
header("Location: device_vendor_function_edit.php?id=".$device_vendor_function_uuid ."&device_vendor_uuid=".$device_vendor_uuid);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user