[2.0] Added support to complex PathExpression in DQL queries
This commit is contained in:
parent
d8ed3387c2
commit
ae4f823f26
@ -514,8 +514,6 @@ class Parser
|
||||
private function _processDeferredExpressionsStack($AST)
|
||||
{
|
||||
foreach ($this->_deferredExpressionsStack as $item) {
|
||||
if (!isset($item['method'])) var_dump($item);
|
||||
|
||||
$method = '_validate' . $item['method'];
|
||||
|
||||
$this->$method($item, $AST);
|
||||
|
Loading…
x
Reference in New Issue
Block a user