aboutsummaryrefslogtreecommitdiff
path: root/parser.php
diff options
context:
space:
mode:
authorJean-Michel Vedrine <vedrine@vedrine.org>2017-12-17 14:01:45 +0100
committerJean-Michel Vedrine <vedrine@vedrine.org>2017-12-17 14:01:45 +0100
commitfce013e113eb0587d7b8885020670e9ff9ae2d03 (patch)
tree64e6e79a4dd7d3dee24b45e98e7c00c572b4c643 /parser.php
parent29cbd16f27e4a2f90c6ecc55cdf72ff7fbe1941b (diff)
Fix undefined property sign
Diffstat (limited to 'parser.php')
-rw-r--r--parser.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/parser.php b/parser.php
index 4a37832..c87ef64 100644
--- a/parser.php
+++ b/parser.php
@@ -1306,6 +1306,7 @@ class qtype_algebra_parser_bracket extends qtype_algebra_parser_term {
function __construct($text) {
parent::__construct(self::NARGS,self::$formats[$text],$text);
+ $this->_sign='';
$this->_open=$text;
switch($this->_open) {
case '(':