Skip to content

Commit

Permalink
Fix missing global
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jun 22, 2019
1 parent db241b2 commit 662afe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/core/class/dolgraph.class.php
Expand Up @@ -891,6 +891,7 @@ private function draw_artichow($file, $fileurl)
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);

Expand Down

0 comments on commit 662afe8

Please sign in to comment.