Changeset 11522
- Timestamp:
- 09/14/08 07:40:03 (5 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfPropelPlugin/trunk/lib/task/sfPropelBuildAllLoadTask.class.php
r11302 r11522 67 67 $databaseManager = new sfDatabaseManager($this->configuration); 68 68 69 require_once dirname(__FILE__) . '/../ propel/addon/sfPropelAutoload.php';69 require_once dirname(__FILE__) . '/../addon/sfPropelAutoload.php'; 70 70 71 71 $buildAll = new sfPropelBuildAllTask($this->dispatcher, $this->formatter);