mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-08-26 05:10:17 +02:00
Remove SCM config.
This commit is contained in:
parent
67a7f9d6fe
commit
b9fba3acc0
@ -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…
Reference in New Issue
Block a user