Index: branches/5.2.x/core/units/general/libchart/classes/view/color/Palette.php =================================================================== diff -u -N -r15706 -r16666 --- branches/5.2.x/core/units/general/libchart/classes/view/color/Palette.php (.../Palette.php) (revision 15706) +++ branches/5.2.x/core/units/general/libchart/classes/view/color/Palette.php (.../Palette.php) (revision 16666) @@ -37,7 +37,7 @@ /** * Palette constructor. */ - public function LibchartPalette() { + public function __construct() { $this->red = new LibchartColor(255, 0, 0); // Colors for the horizontal and vertical axis @@ -108,4 +108,4 @@ new LibchartColor(93, 129, 1) ), 0.7); } - } \ No newline at end of file + }