From 704cf23194c838e69b3838fff7be571eb794f9af Mon Sep 17 00:00:00 2001 From: Alexey Melnichuk Date: Fri, 17 Jun 2016 21:43:51 +0300 Subject: [PATCH] Fix. Display key type in `Profile` app. (#1658) --- app/devices/device_profile_edit.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/devices/device_profile_edit.php b/app/devices/device_profile_edit.php index aebae3ef90..c229362fa0 100644 --- a/app/devices/device_profile_edit.php +++ b/app/devices/device_profile_edit.php @@ -299,6 +299,7 @@ require_once "resources/require.php"; } $x = 0; foreach($device_keys as $row) { + $device_vendor = $row['device_key_vendor']; //set the column names if ($previous_device_key_vendor != $row['device_key_vendor']) { echo " \n";