From 2ab97d522d523507c7fefd966c351d2945827b0d Mon Sep 17 00:00:00 2001 From: lmarcouiller Date: Wed, 30 Jun 2021 10:30:46 +0200 Subject: [PATCH] Fix php 8.0 warning societe index --- htdocs/societe/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/societe/index.php b/htdocs/societe/index.php index f5a4392a0c0..14901dc8a9c 100644 --- a/htdocs/societe/index.php +++ b/htdocs/societe/index.php @@ -185,6 +185,7 @@ $thirdpartygraph .= ''; $thirdpartygraph .= ''; $thirdpartygraph .= ''; +$thirdpartycateggraph = ''; if (!empty($conf->categorie->enabled) && !empty($conf->global->CATEGORY_GRAPHSTATS_ON_THIRDPARTIES)) { require_once DOL_DOCUMENT_ROOT.'/categories/class/categorie.class.php'; $elementtype = 'societe';