diff options
Diffstat (limited to 'app/Report/ReportBaseText.php')
| -rw-r--r-- | app/Report/ReportBaseText.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Report/ReportBaseText.php b/app/Report/ReportBaseText.php index 944afe7233..7c5bdac763 100644 --- a/app/Report/ReportBaseText.php +++ b/app/Report/ReportBaseText.php @@ -51,7 +51,7 @@ class ReportBaseText extends ReportBaseElement { * @param string $style The name of the text style * @param string $color HTML color code */ - function __construct($style, $color) { + public function __construct($style, $color) { $this->text = ''; $this->color = $color; $this->wrapWidthRemaining = 0; |
