diff --git a/core/oql/oql-lexer.php b/core/oql/oql-lexer.php index 78bf2e052..d9fda9bae 100644 --- a/core/oql/oql-lexer.php +++ b/core/oql/oql-lexer.php @@ -580,7 +580,7 @@ class OQLLexerRaw } -define('UNEXPECTED_INPUT_AT_LINE', 'Unexpected input at line'); +define('UNEXPECTED_INPUT_AT_LINE', 'Unexpected input at line '); class OQLLexerException extends OQLException { @@ -597,11 +597,11 @@ class OQLLexer extends OQLLexerRaw return max(0, $this->count - strlen($this->value)); } - function yylex() - { - try - { - return parent::yylex(); + function yylex() + { + try + { + return parent::yylex(); } catch (Exception $e) {