We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3abd2 commit 7449fb5Copy full SHA for 7449fb5
server/lib/classes/cron.d/300-quota_notify.inc.php
@@ -442,7 +442,7 @@ public function onRunJob() {
442
else $used_ratio = 0;
443
444
//* send notifications only if 90% or more of the quota are used
445
- if($used_ratio > 0.9 && $user_ratio != 0) {
+ if($used_ratio > 0.9 && $used_ratio != 0) {
446
447
//* could a notification be sent?
448
$send_notification = false;
0 commit comments