Skip to content

Commit c626c96

Browse files
author
Florian Schaal
committed
db-quota notify messages
1 parent c7ef862 commit c626c96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/lib/classes/cron.d/300-quota_notify.inc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ public function onRunJob() {
469469
if($web_config['overquota_db_notify_client'] == 'y' && $client['email'] != '')
470470
$recipients[] = $client['email'];
471471

472-
$this->_tools->send_notification_email('db_quota_ok_notification', $placeholders, $recipients);
472+
$this->_tools->send_notification_email('db_quota_notification', $placeholders, $recipients);
473473

474474
}
475475

@@ -501,7 +501,7 @@ public function onRunJob() {
501501
if($web_config['overquota_db_notify_client'] == 'y' && $client['email'] != '')
502502
$recipients[] = $client['email'];
503503

504-
$this->_tools->send_notification_email('db_quota_notification', $placeholders, $recipients);
504+
$this->_tools->send_notification_email('db_quota_ok_notification', $placeholders, $recipients);
505505

506506
}
507507
}

0 commit comments

Comments
 (0)