Index: BaseaSlideshowSlotComponents.class.php
===================================================================
--- BaseaSlideshowSlotComponents.class.php	(revision 1773)
+++ BaseaSlideshowSlotComponents.class.php	(working copy)
@@ -31,10 +31,6 @@
         }
       }
       $this->itemIds = aArray::getIds($this->items);
-      foreach ($this->items as $item)
-      {
-        $this->itemIds[] = $item->id;
-      }
       if ($this->getOption('random', false))
       {
         shuffle($this->items);

