From c34fc416a28e62ae87fbcb25ae015b8b1f114df9 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 18 Feb 2021 19:32:45 +0000 Subject: php8 warnings --- include/help.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/help.php') diff --git a/include/help.php b/include/help.php index ebf1ccc08..38facb04a 100644 --- a/include/help.php +++ b/include/help.php @@ -285,6 +285,7 @@ function load_context_help() { $path = App::$cmd; $args = App::$argv; $lang = App::$language; + $context_help = ''; if(! isset($lang) || !is_dir('doc/context/' . $lang . '/')) { $lang = 'en'; -- cgit v1.2.3