Andrés Montañez 11 years ago
parent
commit
6196cda70b
  1. 3
      Mage/Config.php

3
Mage/Config.php

@ -526,8 +526,7 @@ class Config
*/ */
public function setFrom($from) public function setFrom($from)
{ {
$envConfig = $this->getEnvironmentConfig(); $this->environmentConfig['deployment']['from'] = $from;
$envConfig['deployment']['from'] = $from;
return $this; return $this;
} }

Loading…
Cancel
Save