Skip to content

Commit

Permalink
Chore/rebase (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clorith committed May 6, 2019
1 parent aa64ad9 commit a4cf9ab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .docker/config/db/my.cnf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[client]
# Default is Latin1, if you need UTF-8 set this (also in server section)
default-character-set = utf8
[client]
# Default is Latin1, if you need UTF-8 set this (also in server section)
default-character-set = utf8

[mysqld]
#
# * Character sets
#
character-set-server = utf8
collation-server = utf8_general_ci
character_set_server = utf8
collation_server = utf8_general_ci
[mysqld]
#
# * Character sets
#
character-set-server = utf8
collation-server = utf8_general_ci
character_set_server = utf8
collation_server = utf8_general_ci
3 changes: 2 additions & 1 deletion src/includes/class-health-check-mail-check.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ static function run_mail_check() {
$wp_name,
$wp_address,
$date,
$time
$time,
$email_message
);

if ( ! empty( $email_message ) ) {
Expand Down

0 comments on commit a4cf9ab

Please sign in to comment.