From 71accb6b0a2aa5e3c77f7ef73d685639d0c6526a Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 13 Oct 2022 16:38:18 +0200 Subject: fix php warnings --- Zotlabs/Widget/Helpindex.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs/Widget') diff --git a/Zotlabs/Widget/Helpindex.php b/Zotlabs/Widget/Helpindex.php index fbcd8c8b2..63e686d3a 100644 --- a/Zotlabs/Widget/Helpindex.php +++ b/Zotlabs/Widget/Helpindex.php @@ -13,7 +13,7 @@ class Helpindex { require_once('include/help.php'); - $o .= '
'; + $o = '
'; $level_0 = get_help_content('sitetoc'); if(! $level_0) { -- cgit v1.2.3