Skip to content
This repository has been archived by the owner on Apr 10, 2021. It is now read-only.

Commit

Permalink
Merge pull request #8 from marklocker/master
Browse files Browse the repository at this point in the history
Fixed post data structure.
  • Loading branch information
Snider committed Jan 7, 2014
2 parents 06e9a77 + 7629e93 commit 1626bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rackDNS.php
Expand Up @@ -568,7 +568,7 @@ public function create_domain_record($domainID = false, $records = false, $showD
}

$postData = array(
'records' => $records
'records' => array($records)
);

$url = "/domains/$domainID/records";
Expand Down

0 comments on commit 1626bad

Please sign in to comment.