Skip to content
Snippets Groups Projects
Commit 8fe45d1d authored by Thom's avatar Thom :tools:
Browse files

Fix typo for DNAME

parent a504ec4a
No related branches found
No related tags found
No related merge requests found
......@@ -473,7 +473,7 @@ class remoting_dns extends remoting {
// ----------------------------------------------------------------------------------------------------------------
//* Get record details
public function dns_cname_get($session_id, $primary_id) {
public function dns_dname_get($session_id, $primary_id) {
return $this->dns_rr_get($session_id, $primary_id, 'DNAME');
}
......
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