summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/pages/machine.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/statistics/pages/machine.inc.php')
-rw-r--r--modules-available/statistics/pages/machine.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/statistics/pages/machine.inc.php b/modules-available/statistics/pages/machine.inc.php
index 1b93584e..2250c4b9 100644
--- a/modules-available/statistics/pages/machine.inc.php
+++ b/modules-available/statistics/pages/machine.inc.php
@@ -134,7 +134,7 @@ class SubPage
}
// Passthrough enabled?
if (isset($passthroughTypes[$devId . ':' . ($item['rev'] ?? '')])) {
- $item['pt'] = implode(', ', $passthroughTypes[$devId . ':' . $item['rev']]);
+ $item['pt'] = implode(', ', $passthroughTypes[$devId . ':' . ($item['rev'] ?? '')]);
}
$class = $item['class'];
if ($class === '0300' || $class === '0200' || $class === '0403' || !empty($item['pt'])) {