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
9c531f4f
Commit
9c531f4f
authored
Aug 24, 2016
by
Florian Schaal
Browse files
fixed 300-quota_notify.inc.php
parent
2ccc5f84
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/lib/classes/cron.d/300-quota_notify.inc.php
View file @
9c531f4f
...
...
@@ -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
...
...
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