Index: branches/5.2.x/core/units/general/libchart/classes/view/text/Text.php =================================================================== diff -u -r15706 -r16666 --- branches/5.2.x/core/units/general/libchart/classes/view/text/Text.php (.../Text.php) (revision 15706) +++ branches/5.2.x/core/units/general/libchart/classes/view/text/Text.php (.../Text.php) (revision 16666) @@ -35,7 +35,7 @@ /** * Creates a new text drawing helper. */ - public function LibchartText() { + public function __construct() { $baseDir = dirname(__FILE__) . "/../../../"; // Free low-res fonts based on Bitstream Vera @@ -127,4 +127,4 @@ imagettftext($img, $fontSize, $angle, $px, $py, $color->getColor($img), $fontFileName, $text); } - } \ No newline at end of file + }