mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
Regression introduced in the rework of N-N link edition. Parsing error on PHP 5.3
SVN:trunk[4831]
This commit is contained in:
@@ -171,8 +171,8 @@ class ormLinkSet implements iDBObjectSetIterator, Iterator, SeekableIterator
|
||||
{
|
||||
|
||||
// Nothing to load
|
||||
$this->aOriginalObjects = [];
|
||||
$this->aPreserved = [];
|
||||
$this->aOriginalObjects = array();
|
||||
$this->aPreserved = array();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user