From abaee980b52b11b0d05105552ee28347b4cf3c25 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 4 Sep 2021 02:19:12 +0200 Subject: [PATCH] oops wrong message from config --- _config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.php b/_config.php index 2ddbc37..342280b 100644 --- a/_config.php +++ b/_config.php @@ -104,7 +104,7 @@ if ($core->auth->isSuperAdmin()) { sprintf(__('Configure activity report for %s'), $super ? __('current blog') : _('all blogs')) ); } -if (activityReport::hasMailer()) { +if (!activityReport::hasMailer()) { echo '

' . __('This server has no mail function, activityReport does not send email report.') . '

';