To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Ticket #489: BaseaSlideshowSlotComponents.class.php.diff

File BaseaSlideshowSlotComponents.class.php.diff, 507 bytes (added by spike, 22 months ago)

this should fix it

  • BaseaSlideshowSlotComponents.class.php

     
    3131        } 
    3232      } 
    3333      $this->itemIds = aArray::getIds($this->items); 
    34       foreach ($this->items as $item) 
    35       { 
    36         $this->itemIds[] = $item->id; 
    37       } 
    3834      if ($this->getOption('random', false)) 
    3935      { 
    4036        shuffle($this->items);