Skip to content

Commit 9c531f4

Browse files
author
Florian Schaal
committed
fixed 300-quota_notify.inc.php
1 parent 2ccc5f8 commit 9c531f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/classes/cron.d/300-quota_notify.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ public function onRunJob() {
429429

430430
foreach ($monitor_data as $cid) {
431431

432-
foreach($cid_data as $monitor) {
432+
foreach($cid as $monitor) {
433433

434434
if ($monitor['database_name'] == $database) {
435435
//* get the client

0 commit comments

Comments
 (0)