Fix missing global

This commit is contained in:
Laurent Destailleur 2019-06-22 18:24:29 +02:00
parent db241b22dd
commit 662afe8a36

View File

@ -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);