From aa22a75ef1cb7faaeb6d3b029ed97a3d1f41fc89 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Wed, 15 Jul 2015 14:25:35 +0100 Subject: PHP5.3 closure workaround --- app/Report/ReportParserGenerate.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/Report') diff --git a/app/Report/ReportParserGenerate.php b/app/Report/ReportParserGenerate.php index e01b556753..4a6a5c9346 100644 --- a/app/Report/ReportParserGenerate.php +++ b/app/Report/ReportParserGenerate.php @@ -109,8 +109,9 @@ class ReportParserGenerate extends ReportParserBase { /** @var ReportBase Nested report elements */ private $wt_report; + /** @todo This attribute is public to support the PHP5.3 closure workaround. */ /** @var string[][] Variables defined in the report at run-time */ - private $vars; + public $vars; /** * Create a parser for a report -- cgit v1.3