git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4831 a333f486-631f-4898-b8df-5754b55c2be0
@@ -171,8 +171,8 @@ class ormLinkSet implements iDBObjectSetIterator, Iterator, SeekableIterator
{
// Nothing to load
- $this->aOriginalObjects = [];
- $this->aPreserved = [];
+ $this->aOriginalObjects = array();
+ $this->aPreserved = array();
}