Index: branches/5.2.x/core/units/general/libchart/classes/view/plot/Plot.php =================================================================== diff -u -N -r15706 -r16666 --- branches/5.2.x/core/units/general/libchart/classes/view/plot/Plot.php (.../Plot.php) (revision 15706) +++ branches/5.2.x/core/units/general/libchart/classes/view/plot/Plot.php (.../Plot.php) (revision 16666) @@ -119,7 +119,7 @@ * @param integer width of the image * @param integer height of the image */ - public function LibchartPlot($width, $height) { + public function __construct($width, $height) { $this->width = $width; $this->height = $height; @@ -413,4 +413,4 @@ public function getTextColor() { return $this->textColor; } - } \ No newline at end of file + }