Skip to content

Commit

Permalink
Added the config to reset.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbasso committed Apr 13, 2011
1 parent 22445e2 commit fd248ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Network/CakeEmail.php
Expand Up @@ -849,6 +849,7 @@ public function reset() {
$this->_emailFormat = 'text';
$this->_transportName = 'mail';
$this->_attachments = array();
$this->_config = 'default';
}

/**
Expand Down

0 comments on commit fd248ac

Please sign in to comment.