From 7610194aa450257eadc1a0b110e33ddc935f0589 Mon Sep 17 00:00:00 2001 From: yehudah Date: Tue, 3 Dec 2019 11:58:25 +0000 Subject: Fix insert log error notification --- Postman/Postman-Email-Log/PostmanEmailLogService.php | 1 + 1 file changed, 1 insertion(+) (limited to 'Postman') diff --git a/Postman/Postman-Email-Log/PostmanEmailLogService.php b/Postman/Postman-Email-Log/PostmanEmailLogService.php index 624342d..ec50745 100644 --- a/Postman/Postman-Email-Log/PostmanEmailLogService.php +++ b/Postman/Postman-Email-Log/PostmanEmailLogService.php @@ -167,6 +167,7 @@ if ( ! class_exists( 'PostmanEmailLogService' ) ) { $message = $post_id->get_error_message(); printf( '

%2$s

', esc_attr( $class ), esc_html( $message ) ); + return; }); } -- cgit v1.2.3