Merge pull request #1305 from Squidly271/patch-55

PHP8 update
This commit is contained in:
tom mortensen
2023-04-18 09:00:44 -07:00
committed by GitHub

View File

@@ -202,5 +202,5 @@ foreach (glob($plugins,GLOB_NOSORT) as $plugin_link) {
}
}
if ($empty) echo "<tr><td colspan='6' style='text-align:center;padding-top:12px'><i class='fa fa-check-square-o icon'></i> "._('No plugins installed')."</td><tr>";
if (!$init && !$os) echo "\0".$updates;
if (!$init && !($os??false)) echo "\0".$updates;
?>