Changeset 1816 for plugins/apostropheBlogPlugin/trunk/lib/actions/BaseaBlogSingleSlotComponents.class.php
- Timestamp:
- 07/21/10 15:51:42 (22 months ago)
- Location:
- plugins/apostropheBlogPlugin/trunk
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
lib/actions/BaseaBlogSingleSlotComponents.class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheBlogPlugin/trunk
-
plugins/apostropheBlogPlugin/trunk/lib/actions/BaseaBlogSingleSlotComponents.class.php
r1593 r1816 27 27 } 28 28 } 29 29 30 30 public function executeNormalView() 31 31 { 32 32 $this->setup(); 33 33 $this->values = $this->slot->getArrayValue(); 34 $this->aBlogItem = new aBlogItem;34 $this->aBlogItem = new $this->modelClass(); 35 35 if(isset($this->values['blog_item'])) 36 36 { … … 46 46 $this->options['excerptLength'] = $this->getOption('excerptLength', 200); 47 47 $this->options['maxImages'] = $this->getOption('maxImages', 1); 48 } 48 } 49 49 }

