Skip to content

Commit

Permalink
fix php syntax to keep php 5.3 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
nitriques committed Dec 1, 2015
1 parent f6cb8ad commit 291ec77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-sources/datasource.remote.php
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ public function processOutputParameters($data, &$param_pool)

// Query each expression for the value
foreach ($this->dsParamOUTPUTPARAM as $name => $expression) {
$matches = [];
$matches = array();

// As this is passed the full data node, prepend the DS Xpath
// to the expression.
Expand Down

0 comments on commit 291ec77

Please sign in to comment.