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) {
|