Skip to content
Snippets Groups Projects
Commit 83e5ef3c authored by Till Brehm's avatar Till Brehm
Browse files

Merge branch 'patch-2' into 'stable-3.1'

Fixes db quota (typo)

Fixes db quota (typo) #4158 

See merge request !430
parents ec3abd2a 7449fb53
No related branches found
No related tags found
No related merge requests found
...@@ -442,7 +442,7 @@ class cronjob_quota_notify extends cronjob { ...@@ -442,7 +442,7 @@ class cronjob_quota_notify extends cronjob {
else $used_ratio = 0; else $used_ratio = 0;
//* send notifications only if 90% or more of the quota are used //* send notifications only if 90% or more of the quota are used
if($used_ratio > 0.9 && $user_ratio != 0) { if($used_ratio > 0.9 && $used_ratio != 0) {
//* could a notification be sent? //* could a notification be sent?
$send_notification = false; $send_notification = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment