mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
Update device_edit.php
This commit is contained in:
@@ -229,9 +229,7 @@
|
||||
$array['devices'][0]['device_uuid_alternate'] = $device_uuid_alternate;
|
||||
$array['devices'][0]['device_model'] = $device_model;
|
||||
$array['devices'][0]['device_firmware_version'] = $device_firmware_version;
|
||||
if ($_POST["device_enabled"] == "true") {
|
||||
$array['devices'][0]['device_enabled'] = $device_enabled;
|
||||
}
|
||||
$array['devices'][0]['device_enabled'] = $device_enabled;
|
||||
$array['devices'][0]['device_enabled_date'] = 'now()';
|
||||
$array['devices'][0]['device_template'] = $device_template;
|
||||
$array['devices'][0]['device_profile_uuid'] = $device_profile_uuid;
|
||||
|
||||
Reference in New Issue
Block a user