diff options
| -rw-r--r-- | app/Report/ReportParserGenerate.php | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
