oops wrong message from config

master
Jean-Christian Paul Denis 2021-09-04 02:19:12 +02:00
parent 86881c7e1e
commit abaee980b5
1 changed files with 1 additions and 1 deletions

View File

@ -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 '<p class="message">' .
__('This server has no mail function, activityReport does not send email report.') .
'</p>';