mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fixed Warnings (#6742)
* Update device_edit.php * Update dialplan_inbound_add.php * Update device_vendor_function_edit.php
This commit is contained in:
@@ -31,11 +31,13 @@
|
||||
//includes files
|
||||
require_once "resources/require.php";
|
||||
|
||||
|
||||
//add multi-lingual support
|
||||
$language = new text;
|
||||
$text = $language->get();
|
||||
|
||||
//set the defaults
|
||||
$device_vendor_function_uuid = '';
|
||||
|
||||
//delete the group from the menu item
|
||||
if (!empty($_REQUEST["a"]) && $_REQUEST["a"] == "delete" && permission_exists("device_vendor_function_delete") && !empty($_REQUEST["id"])) {
|
||||
//get the id
|
||||
@@ -402,4 +404,4 @@
|
||||
//include the footer
|
||||
require_once "resources/footer.php";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user