Commit 9c531f4f authored by Florian Schaal's avatar Florian Schaal
Browse files

fixed 300-quota_notify.inc.php

parent 2ccc5f84
......@@ -429,7 +429,7 @@ class cronjob_quota_notify extends cronjob {
foreach ($monitor_data as $cid) {
foreach($cid_data as $monitor) {
foreach($cid as $monitor) {
if ($monitor['database_name'] == $database) {
//* get the client
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment