Regression introduced in the rework of N-N link edition. Parsing error on PHP 5.3

SVN:trunk[4831]
This commit is contained in:
Romain Quetiez
2017-07-11 15:11:46 +00:00
parent ba5dd94240
commit d45cbb36f7

View File

@@ -171,8 +171,8 @@ class ormLinkSet implements iDBObjectSetIterator, Iterator, SeekableIterator
{
// Nothing to load
$this->aOriginalObjects = [];
$this->aPreserved = [];
$this->aOriginalObjects = array();
$this->aPreserved = array();
}
}
}