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.') . '

';