File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
server/lib/classes/cron.d Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments