MINOR Don't auto-create an _ss_environment.php file

This commit is contained in:
Ingo Schommer 2011-10-18 12:55:21 +02:00
parent 7e36cdc48e
commit b8397f5448

View File

@ -62,7 +62,7 @@ class LoadModulesTask extends SilverStripeBuildTask {
}
public function main() {
$this->configureEnvFile();
// $this->configureEnvFile();
if ($this->name) {
$this->loadModule($this->name, $this->url);