Index: branches/5.2.x/core/units/general/libchart/classes/model/XYDataSet.php =================================================================== diff -u -N -r15706 -r16666 --- branches/5.2.x/core/units/general/libchart/classes/model/XYDataSet.php (.../XYDataSet.php) (revision 15706) +++ branches/5.2.x/core/units/general/libchart/classes/model/XYDataSet.php (.../XYDataSet.php) (revision 16666) @@ -32,7 +32,7 @@ * Constructor of XYDataSet. * */ - public function LibchartXYDataSet() { + public function __construct() { $this->pointList = array(); } @@ -54,4 +54,4 @@ public function getPointList() { return $this->pointList; } - } \ No newline at end of file + }