Fix array assignment

This commit is contained in:
Klaus-Uwe Mitterer 2017-08-31 12:45:39 +02:00
parent fdbadea14a
commit f3c1de16f5

View file

@ -465,7 +465,8 @@ class oebbApi {
}
protected function getProducts($pos) {
$products = "";
# $products = "";
$products = array();
$i = 0;
while(1) {