Changeset 7742
- Timestamp:
- 03/05/08 10:23:33 (1 year ago)
- Files:
-
- branches/1.1/lib/task/sfBaseTask.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/task/sfBaseTask.class.php
r7683 r7742 50 50 $this->configuration = new sfProjectConfiguration(getcwd()); 51 51 } 52 } 53 54 $autoloader = sfSimpleAutoload::getInstance(); 55 foreach ($this->configuration->getModelDirs() as $dir) 56 { 57 $autoloader->addDirectory($dir); 52 58 } 53 59

