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
1 changed files with 1 additions and 1 deletions

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);