Changeset 10581
- Timestamp:
- 08/01/08 16:44:42 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/task/project/sfProjectClearControllersTask.class.php
r8148 r10581 67 67 $content = file_get_contents($controller); 68 68 69 if (preg_match('/ new (.*?)Configuration\(\'(.*?)\'/', $content, $match))69 if (preg_match('/ProjectConfiguration::getApplicationConfiguration\(\'(.*?)\', \'(.*?)\'/', $content, $match)) 70 70 { 71 71 // Remove file if it has found an application and the environment is not production