From 2ddebb2b2824eb29ce07e04f277000f4d58b817c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 13 Oct 2018 19:25:48 -0600 Subject: [PATCH] Update device_profile_edit.php --- app/devices/device_profile_edit.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/devices/device_profile_edit.php b/app/devices/device_profile_edit.php index 8314c37594..8f42e00f6d 100644 --- a/app/devices/device_profile_edit.php +++ b/app/devices/device_profile_edit.php @@ -143,7 +143,6 @@ $x++; } - //prepare the array $array['device_profiles'][] = $_POST; @@ -416,6 +415,9 @@ if (strlen($row['device_key_uuid']) > 0) { echo " \n"; } + else { + echo " \n"; + } //show all the rows in the array echo "\n"; echo "\n";