Skip to content

Commit

Permalink
remove unneeded config_get call
Browse files Browse the repository at this point in the history
  • Loading branch information
mantis committed Aug 18, 2012
1 parent 6a9786e commit 1a82901
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/email_api.php
Expand Up @@ -884,7 +884,6 @@ function email_send( $p_email_data ) {
$t_message = string_email_links( trim( $t_email_data->body ) );

$t_debug_email = config_get_global( 'debug_email' );
$t_mailer_method = config_get( 'mailer_method' );

if( is_null( $s_transport ) ) {
# Select the method to send mail
Expand Down

0 comments on commit 1a82901

Please sign in to comment.