Small optimization
authorMarcel Werk <burntime@woltlab.com>
Thu, 26 Jan 2012 16:23:57 +0000 (17:23 +0100)
committerMarcel Werk <burntime@woltlab.com>
Thu, 26 Jan 2012 16:23:57 +0000 (17:23 +0100)
wcfsetup/install/files/lib/data/DatabaseObjectList.class.php

index 389b297825ae77fd9ae454ca7735444afee3b2eb..4fdef16772194c5c461796dca9a8d39ef8139162 100644 (file)
@@ -172,6 +172,7 @@ abstract class DatabaseObjectList implements \Countable, ITraversableObject {
                        
                        $this->indexToObject[] = $objectID;
                }
+               $this->objectIDs = $this->indexToObject;
                $this->objects = $objects;
        }