Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
fix(pull list): added UNIQUE parameter to ensure domain names appeari…
Browse files Browse the repository at this point in the history
…ng unique
  • Loading branch information
KaiSchwarz-cnic committed Jun 26, 2020
1 parent d2c640b commit 67896c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/addons/ispapidomainimport/lib/Admin/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public function pull()
// fetch list of domains from API
$r = Ispapi::call(array(
"COMMAND" => "QueryDomainList",
"UNIQUE" => 1,
"USERDEPTH" => "SELF",
"ORDERBY" => "DOMAIN",
"LIMIT" => 10000,
Expand Down

0 comments on commit 67896c5

Please sign in to comment.