Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.10.1
-
Component/s: None
-
Labels:None
Description
To reproduce:
- Install and configure namecheap
- Start adding a package
- Select namecheap
- See a list of tlds with each repeated 3 times
To resolve:
In components/modules/namecheap around line 1649 change:
if (!isset($tlds[$tld])) {
$tlds[] = $tld;
}
to
if (!isset($tlds[$tld])) {
$tlds[$tld] = $tld;
}
Activity
Jonathan Reissmueller
created issue -
Jonathan Reissmueller
made changes -
Field | Original Value | New Value |
---|---|---|
Sprint | 5.11.0 Sprint 1 [ 201 ] |
Jonathan Reissmueller
made changes -
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Status | Open [ 1 ] | In Review [ 5 ] |
Assignee | Jonathan Reissmueller [ jonathan ] | |
Resolution | Fixed [ 1 ] |
Abdy Franco
made changes -
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 6 minutes [ 360 ] | |
Worklog Id | 17143 [ 17143 ] |
Abdy Franco
made changes -
Status | In Review [ 5 ] | Closed [ 6 ] |
This appeared to work in my own testing.