From 0b43ecdbbd62c91094ca65375aeb23801f7b743c Mon Sep 17 00:00:00 2001 From: Garrett K Date: Tue, 26 Jan 2021 05:07:11 +0000 Subject: [PATCH] 0.3.12 --- includes/App.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/includes/App.class.php b/includes/App.class.php index c1ed441..80825c1 100755 --- a/includes/App.class.php +++ b/includes/App.class.php @@ -2097,7 +2097,6 @@ var $qls; } $topTableTag = ''; $htmlPathFull .= $topTableTag; - $trunkPairID = $object['trunkPairID']; $objName = ''; foreach($object['data'] as $item) { $objID = $item['id']; @@ -2134,6 +2133,9 @@ var $qls; break; case 'cable': + + $trunkPairID++; + $htmlPathFull .= ''; $cableTypeID = $object['data']['mediaTypeID']; if($cableTypeID != 0) {