Browse Source

Remove SCM config.

1.0
Andrés Montañez 11 years ago
parent
commit
b9fba3acc0
  1. 2
      Mage/Config.php

2
Mage/Config.php

@ -20,7 +20,6 @@ class Mage_Config
{ {
$this->_parse($arguments); $this->_parse($arguments);
$this->_loadGeneral(); $this->_loadGeneral();
$this->_loadSCM();
$this->_loadEnvironment(); $this->_loadEnvironment();
} }
@ -103,7 +102,6 @@ class Mage_Config
public function reload() public function reload()
{ {
$this->_loadGeneral(); $this->_loadGeneral();
$this->_loadSCM();
$this->_loadEnvironment(); $this->_loadEnvironment();
} }

Loading…
Cancel
Save