diff options
| -rw-r--r-- | FS/FS/svc_domain.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/svc_domain.pm b/FS/FS/svc_domain.pm index 7ae996178..37128a09f 100644 --- a/FS/FS/svc_domain.pm +++ b/FS/FS/svc_domain.pm @@ -364,7 +364,7 @@ sub check {      # need to match a list of suffixes - no guarantee they're top-level..      # http://wiki.mozilla.org/TLD_List      # but this will have to do for now... -    $recref->{suffix} || $2; +    $recref->{suffix} ||= $2;    } else {      return "Illegal domain ". $recref->{domain}.             " (or unknown registry - try \$whois_hack)";  | 
