From 1b242a8a1956543ded24ba1da274350b0fba5cfe Mon Sep 17 00:00:00 2001 From: lmarcouiller Date: Thu, 11 Mar 2021 09:43:56 +0100 Subject: [PATCH] Fix #16615 : Adherent statistics color --- htdocs/adherents/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/adherents/index.php b/htdocs/adherents/index.php index 7a6b0d7b7d1..7ec39b7eda8 100644 --- a/htdocs/adherents/index.php +++ b/htdocs/adherents/index.php @@ -219,7 +219,7 @@ if ($conf->use_javascript_ajax) { $dataseries[] = array($langs->transnoentitiesnoconv("MembersStatusResiliated"), round($SommeD)); $dataseries[] = array($langs->transnoentitiesnoconv("MembersStatusToValid"), round($SommeA)); - include_once DOL_DOCUMENT_ROOT.'/theme/'.$conf->theme.'/theme_vars.inc.php'; + include DOL_DOCUMENT_ROOT.'/theme/'.$conf->theme.'/theme_vars.inc.php'; include_once DOL_DOCUMENT_ROOT.'/core/class/dolgraph.class.php'; $dolgraph = new DolGraph();