Commit ae4f823f authored by guilhermeblanco's avatar guilhermeblanco

[2.0] Added support to complex PathExpression in DQL queries

parent d8ed3387
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment