PluginProbe
wpForo Forum / 3.1.6
wpForo Forum v3.1.6
3.1.6 3.1.5 3.1.4 3.1.2 3.1.1 3.1.0 3.0.9 3.0.8 3.0.7 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.1.1 1.1.2 1.2.0 1.3.0 1.3.1 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 1.4.13 All 138 releases
← All changes | classes/Actions.php +1 -1 3.0.83.1.6 View file →
@@ -742,9 +742,9 @@
742 742 'user_login'
743 743 ) . ' )';
744 744
745 745 add_filter( 'wp_mail_content_type', 'wpforo_set_html_content_type', 999 );
746 - if( @wpforo_send_email( $admin_email, $sbj, $msg, wpforo_admin_mail_headers() ) ) {
746 + if( @wpforo_send_email( $admin_email, $sbj, $msg, wpforo_admin_mail_headers(), 'approval_request' ) ) {
747 747 WPF()->notice->add( 'Message has been sent', 'success' );
748 748 } else {
749 749 WPF()->notice->add( 'Can\'t send report email', 'error' );
750 750 }