Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dirk Dankhoff
ISPConfig 3
Commits
0b571e73
Commit
0b571e73
authored
Jul 20, 2015
by
Florian Schaal
Browse files
fixed typo in server/plugins-available/mail_plugin.inc.php
parent
66fa9bdd
Changes
1
Show whitespace changes
Inline
Side-by-side
server/plugins-available/mail_plugin.inc.php
View file @
0b571e73
...
...
@@ -451,7 +451,7 @@ class mail_plugin {
if
(
$server_config
[
'backup_dir_is_mount'
]
==
'y'
&&
!
$app
->
system
->
mount_backup_dir
(
$backup_dir
)
)
$mount_backup
=
false
;
if
(
$mount_backup
){
$sql
=
"SELECT * FROM mail_domain WHERE domain = ?"
;
$domain_rec
=
$app
->
db
->
queryOneRecord
(
$sql
,
explode
(
"@"
,
$data
[
'old'
][
'email'
]
)
[
1
]);
$domain_rec
=
$app
->
db
->
queryOneRecord
(
$sql
,
explode
(
"@"
,
$data
[
'old'
][
'email'
][
1
])
)
;
if
(
is_array
(
$domain_rec
))
{
$mail_backup_dir
=
$backup_dir
.
'/mail'
.
$domain_rec
[
'domain_id'
];
$mail_backup_files
=
'mail'
.
$data
[
'old'
][
'mailuser_id'
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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