From 662afe8a3606c5aee6a34043324198bdd99b9dab Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 22 Jun 2019 18:24:29 +0200 Subject: [PATCH] Fix missing global --- htdocs/core/class/dolgraph.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/class/dolgraph.class.php b/htdocs/core/class/dolgraph.class.php index 8b7bc4acf18..d7850871ee0 100644 --- a/htdocs/core/class/dolgraph.class.php +++ b/htdocs/core/class/dolgraph.class.php @@ -891,6 +891,7 @@ class DolGraph private function draw_jflot($file, $fileurl) { // phpcs:enable + global $langs; dol_syslog(get_class($this)."::draw_jflot this->type=".join(',', $this->type)." this->MaxValue=".$this->MaxValue);