@@ -116,7 +116,7 @@ |
||
116 | 116 | if ($expression instanceof PathExpression) { |
117 | 117 | $AST->selectClause->selectExpressions[] = new SelectExpression( |
118 | 118 | $this->createSelectExpressionItem($expression), |
119 | - '_dctrn_ord' . $this->_aliasCounter++ |
|
119 | + '_dctrn_ord'.$this->_aliasCounter++ |
|
120 | 120 | ); |
121 | 121 | |
122 | 122 | $hasPathExpression = true; |