Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory-plugins
Commits
cdf87c4b
Commit
cdf87c4b
authored
Dec 05, 2012
by
Benoit Mortier
Browse files
Fixes: #1644 unable to reload DNS zone from fusionDirectory interface
parent
9ed31493
Changes
1
Hide whitespace changes
Inline
Side-by-side
dns/admin/systems/services/dns/class_serviceDNS.inc
View file @
cdf87c4b
...
...
@@ -382,7 +382,7 @@ class serviceDNS extends goService
if
(
$o_queue
->
is_error
())
{
msg_dialog
::
display
(
_
(
"Error"
),
sprintf
(
_
(
"Was not able to contact argonaut server: %s"
),
"<br/><br/>"
.
$o_queue
->
get_error
()),
ERROR_DIALOG
);
}
else
{
$o_queue
->
append_call
(
"
l
dap2Zone.start"
,
$o_queue
->
append_call
(
"
L
dap2Zone.start"
,
array
(
$this
->
attrs
[
'macAddress'
][
0
]),
array
(
"args"
=>
array
(
$zone
)));
if
(
$o_queue
->
is_error
())
{
...
...
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