Changeset 12182
- Timestamp:
- 10/14/08 19:59:10 (5 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfDoctrinePlugin/trunk/lib/routing/sfDoctrineRoute.class.php
r11791 r12182 38 38 39 39 $this->options['object_model'] = $this->options['model']; 40 $this->options['model'] = Doctrine::getTable($this->options['model']);41 40 } 42 41 43 42 protected function getObjectForParameters($parameters) 44 43 { 44 $this->options['model'] = Doctrine::getTable($this->options['model']); 45 45 if (!isset($this->options['method'])) 46 46 {