Skip to content

Commit

Permalink
fixed missing email config at subsequent Email::factory() calls
Browse files Browse the repository at this point in the history
  • Loading branch information
WanWizard committed Jun 30, 2011
1 parent 1532638 commit 127bffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/email.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static function instance()
*/
public static function factory($config = array())
{
$initconfig = Config::load('email');
$initconfig = Config::load('email', null, true);

if (is_array($config) && is_array($initconfig))
{
Expand Down

0 comments on commit 127bffa

Please sign in to comment.