oops wrong message from config
This commit is contained in:
parent
86881c7e1e
commit
abaee980b5
@ -104,7 +104,7 @@ if ($core->auth->isSuperAdmin()) {
|
|||||||
sprintf(__('Configure activity report for %s'), $super ? __('current blog') : _('all blogs'))
|
sprintf(__('Configure activity report for %s'), $super ? __('current blog') : _('all blogs'))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
if (activityReport::hasMailer()) {
|
if (!activityReport::hasMailer()) {
|
||||||
echo '<p class="message">' .
|
echo '<p class="message">' .
|
||||||
__('This server has no mail function, activityReport does not send email report.') .
|
__('This server has no mail function, activityReport does not send email report.') .
|
||||||
'</p>';
|
'</p>';
|
||||||
|
Loading…
Reference in New Issue
Block a user