Changeset 12960
- Timestamp:
- 11/12/08 19:33:00 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.2/lib/task/generator/skeleton/project/config/ProjectConfiguration.class.php
r12639 r12960 9 9 { 10 10 // for compatibility / remove and enable only the plugins you want 11 $this->enableAllPluginsExcept( 'sfDoctrinePlugin');11 $this->enableAllPluginsExcept(array('sfDoctrinePlugin', 'sfCompat10Plugin')); 12 12 } 13 13 }

