Fix bad var declared

This commit is contained in:
Laurent Destailleur 2016-08-01 19:54:03 +02:00
parent dfc38351ef
commit e335ce6f45

View File

@ -65,7 +65,7 @@ class DolGraph
var $bgcolorgrid=array(255,255,255); // array(R,G,B)
var $datacolor; // array(array(R,G,B),...)
private $_stringtoshow; // To store string to output graph into HTML page
private $stringtoshow; // To store string to output graph into HTML page
/**