Changeset 1102 for plugins/apostropheBlogPlugin/trunk/modules/aBlogSlot/actions/components.class.php
- Timestamp:
- 04/30/10 11:15:17 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheBlogPlugin/trunk/modules/aBlogSlot/actions/components.class.php
r1021 r1102 31 31 $q->limit($this->values['count']); 32 32 33 if(!isset($this->options['slideshowOptions'])) 34 $this->options['slideshowOptions'] = array(); 35 36 $this->options['excerptLength'] = $this->getOption('excerptLength', 200); 33 37 34 38 $this->aBlogPosts = $q->execute();

