Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
48edbdf0
Commit
48edbdf0
authored
May 26, 2022
by
Thom
🛠
Browse files
Fix typo
parent
44d21b5c
Pipeline
#11371
passed with stage
in 7 minutes and 23 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
server/lib/classes/cron.d/300-quota_notify.inc.php
View file @
48edbdf0
...
...
@@ -522,8 +522,7 @@ class cronjob_quota_notify extends cronjob {
if
(
$client
[
'email'
]
!=
''
)
{
$recipients
[]
=
$client
[
'email'
];
}
}
$this
->
_tools
->
send_notification_email
(
'db_quota_notification'
,
$placeholders
,
$recipients
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment