Index: branches/5.2.x/core/units/general/libchart/classes/model/XYSeriesDataSet.php =================================================================== diff -u -N -r15706 -r16666 --- branches/5.2.x/core/units/general/libchart/classes/model/XYSeriesDataSet.php (.../XYSeriesDataSet.php) (revision 15706) +++ branches/5.2.x/core/units/general/libchart/classes/model/XYSeriesDataSet.php (.../XYSeriesDataSet.php) (revision 16666) @@ -41,7 +41,7 @@ * Constructor of XYSeriesDataSet. * */ - public function LibchartXYSeriesDataSet() { + public function __construct() { $this->titleList = array(); $this->serieList = array(); } @@ -74,4 +74,4 @@ public function getSerieList() { return $this->serieList; } - } \ No newline at end of file + }