diff --git a/data-sources/datasource.remote.php b/data-sources/datasource.remote.php index a590574..12cc4c1 100644 --- a/data-sources/datasource.remote.php +++ b/data-sources/datasource.remote.php @@ -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.