Skip to content

Commit 48edbdf

Browse files
author
Thom Pol
committed
Fix typo
1 parent 44d21b5 commit 48edbdf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,8 +522,7 @@ public function onRunJob() {
522522
if($client['email'] != '') {
523523
$recipients[] = $client['email'];
524524
}
525-
526-
525+
}
527526
$this->_tools->send_notification_email('db_quota_notification', $placeholders, $recipients);
528527

529528
}

0 commit comments

Comments
 (0)