Skip to content

Commit

Permalink
Merge pull request #1529 from dvapelnik/patch-1
Browse files Browse the repository at this point in the history
[v2.4.12] php5.3.2 not supported short array definition
  • Loading branch information
l3pp4rd committed Feb 18, 2016
2 parents 2527d8f + d926473 commit 5f4b6c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function getPathQueryBuilder($node)

$node = new EntityWrapper($node, $this->_em);
$nodePath = $node->getPropertyValue($config['path']);
$paths = [];
$paths = array();
$nodePathLength = strlen($nodePath);
$separatorMatchOffset = 0;
while ($separatorMatchOffset < $nodePathLength) {
Expand Down

0 comments on commit 5f4b6c8

Please sign in to comment.