Skip to content
Snippets Groups Projects
Verified Commit 6846c64c authored by Helmo's avatar Helmo
Browse files

Fix typo

parent 2f46fa5e
No related branches found
No related tags found
1 merge request!1835Misc updates
...@@ -528,7 +528,7 @@ class bind_plugin { ...@@ -528,7 +528,7 @@ class bind_plugin {
global $app, $conf; global $app, $conf;
//* Get the data of the soa and call soa_update //* Get the data of the soa and call soa_update
//* In a singel server setup the record in dns_soa will already be gone ... so this will give an empty array. //* In a single server setup the record in dns_soa will already be gone ... so this will give an empty array.
$tmp = $app->db->queryOneRecord("SELECT * FROM dns_soa WHERE id = ?", $data['old']['zone']); $tmp = $app->db->queryOneRecord("SELECT * FROM dns_soa WHERE id = ?", $data['old']['zone']);
$data["new"] = $tmp; $data["new"] = $tmp;
$data["old"] = $tmp; $data["old"] = $tmp;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment