From f434125d619c80e82b694ba011f518268dcae5da Mon Sep 17 00:00:00 2001 From: Squidly271 Date: Sat, 15 Apr 2023 13:10:53 -0400 Subject: [PATCH] PHP8 update --- plugins/dynamix.plugin.manager/include/ShowPlugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dynamix.plugin.manager/include/ShowPlugins.php b/plugins/dynamix.plugin.manager/include/ShowPlugins.php index 5b699e336..601412e56 100644 --- a/plugins/dynamix.plugin.manager/include/ShowPlugins.php +++ b/plugins/dynamix.plugin.manager/include/ShowPlugins.php @@ -202,5 +202,5 @@ foreach (glob($plugins,GLOB_NOSORT) as $plugin_link) { } } if ($empty) echo " "._('No plugins installed').""; -if (!$init && !$os) echo "\0".$updates; +if (!$init && !($os??false)) echo "\0".$updates; ?>