diff options
Diffstat (limited to 'test_index.php')
-rw-r--r-- | test_index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_index.php b/test_index.php index c54f468..cfe9fdf 100644 --- a/test_index.php +++ b/test_index.php @@ -229,7 +229,7 @@ if ($total > 0) { } } $typestr = $p['type']; - if ($p['status']['build']) { + if (isset($p['status']['build'])) { $typealt = 'Building on'; foreach ($p['status']['build'] as $h) { $typealt .= " $h"; |