root hace 5 años
padre
commit
17e626493a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Console/Commands/SendRemindMail.php

+ 1 - 1
app/Console/Commands/SendRemindMail.php

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