aboutsummaryrefslogtreecommitdiffstats
path: root/include/help.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-02-18 19:32:45 +0000
committerMario <mario@mariovavti.com>2021-02-18 19:32:45 +0000
commitc34fc416a28e62ae87fbcb25ae015b8b1f114df9 (patch)
treedf1591c3e54626a6e0fb21f4ffa95a92c18f1b3b /include/help.php
parent7794ee5a8840f530093e0df41042dc082df978ae (diff)
downloadvolse-hubzilla-c34fc416a28e62ae87fbcb25ae015b8b1f114df9.tar.gz
volse-hubzilla-c34fc416a28e62ae87fbcb25ae015b8b1f114df9.tar.bz2
volse-hubzilla-c34fc416a28e62ae87fbcb25ae015b8b1f114df9.zip
php8 warnings
Diffstat (limited to 'include/help.php')
-rw-r--r--include/help.php1
1 files changed, 1 insertions, 0 deletions
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';