Index: branches/5.2.x/core/units/general/libchart/classes/view/caption/Caption.php =================================================================== diff -u -r15706 -r16666 --- branches/5.2.x/core/units/general/libchart/classes/view/caption/Caption.php (.../Caption.php) (revision 15706) +++ branches/5.2.x/core/units/general/libchart/classes/view/caption/Caption.php (.../Caption.php) (revision 16666) @@ -41,7 +41,7 @@ /** * Constructor of Caption */ - public function LibchartCaption() { + public function __construct() { $this->labelBoxWidth = 15; $this->labelBoxHeight = 15; } @@ -110,4 +110,4 @@ public function setColorSet($colorSet) { $this->colorSet = $colorSet; } - } \ No newline at end of file + }