Changeset 12865
- Timestamp:
- 11/10/08 09:06:02 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.2/lib/task/project/upgrade1.2/sfConfigurationUpgrade.class.php
r12639 r12865 26 26 if (!preg_match('/(enablePlugins|disablePlugins|enableAllPluginsExcept)/', $content)) 27 27 { 28 $content = preg_replace("#(setup\(\)\s+{\s+)#s", "$1 \$this->enableAllPluginsExcept( 'sfDoctrinePlugin');\n ", $content, -1, $count);28 $content = preg_replace("#(setup\(\)\s+{\s+)#s", "$1 \$this->enableAllPluginsExcept(array('sfDoctrinePlugin', 'sfCompat10Plugin));\n ", $content, -1, $count); 29 29 if ($count) 30 30 {

