Development

Changeset 10582

You must first sign up to be able to contribute.

Changeset 10582

Show
Ignore:
Timestamp:
08/01/08 16:45:42 (1 year ago)
Author:
nicolas
Message:

[1.2] backport of r10581 - fixed Boolean default values aren't rendered correctly with symfony's input form widget (refs #3996)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.2/lib/task/project/sfProjectClearControllersTask.class.php

    r8148 r10582  
    6767      $content = file_get_contents($controller); 
    6868 
    69       if (preg_match('/new (.*?)Configuration\(\'(.*?)\'/', $content, $match)) 
     69      if (preg_match('/ProjectConfiguration::getApplicationConfiguration\(\'(.*?)\', \'(.*?)\'/', $content, $match)) 
    7070      { 
    7171        // Remove file if it has found an application and the environment is not production 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.