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
536f803e
Commit
536f803e
authored
Feb 19, 2015
by
Michael Fürmann
Browse files
Auth plugin fix
parent
07e1dc63
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/mail/xmpp_domain_edit.php
View file @
536f803e
...
...
@@ -272,7 +272,7 @@ class page_action extends tform_actions {
$this
->
dataRecord
[
"management_method"
]
=
'maildomain'
;
// Check for corresponding mail domain
$tmp
=
$app
->
db
->
queryOneRecord
(
"SELECT count(domain_id) AS number FROM mail_domain WHERE domain = '"
.
$this
->
dataRecord
[
"domain"
]
.
"' AND "
.
$app
->
tform
->
getAuthSQL
(
'r'
)
.
" ORDER BY domain"
);
if
(
$tmp
[
'
count
'
]
==
0
){
if
(
$tmp
[
'
number
'
]
==
0
){
$app
->
error
(
$app
->
tform
->
wordbook
[
"no_corresponding_maildomain_txt"
]);
break
;
}
...
...
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