This commit is contained in:
root 2019-12-30 16:26:25 +08:00
parent 0de055a36b
commit 17e626493a

View File

@ -65,7 +65,7 @@ class SendRemindMail extends Command
if (($ud / $transfer_enable * 100) < 80) return false; if (($ud / $transfer_enable * 100) < 80) return false;
return true; return true;
} }
if (isWarnValue()) { if (isWarnValue(($user->u + $user->d), $user->transfer_enable)) {
} }
} }