From ecc9361b6843841221deda0522b8ed15780bd225 Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Mon, 27 Jan 2025 11:12:00 -0700 Subject: [PATCH] remove device_label duplicates (#7215) removed device_label duplicated in 2 locations --- app/devices/device_edit.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/devices/device_edit.php b/app/devices/device_edit.php index 10f503546..f058c0bec 100644 --- a/app/devices/device_edit.php +++ b/app/devices/device_edit.php @@ -119,7 +119,6 @@ //$device_provisioned_ip = $_POST["device_provisioned_ip"]; $domain_uuid = $_POST["domain_uuid"]; $device_label = $_POST["device_label"]; - $device_label = $_POST["device_label"]; $device_user_uuid = $_POST["device_user_uuid"]; $device_username = $_POST["device_username"]; $device_password = $_POST["device_password"]; @@ -517,7 +516,6 @@ $device_provisioned_ip = $row["device_provisioned_ip"]; $domain_uuid = $row["domain_uuid"]; $device_label = $row["device_label"]; - $device_label = $row["device_label"]; $device_user_uuid = $row["device_user_uuid"]; $device_username = $row["device_username"]; $device_password = $row["device_password"];