diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-05-06 23:13:11 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-05-06 23:13:11 -0700 |
commit | 9d35792778885932c09102bd011b518eb47c5131 (patch) | |
tree | eba3d5836a71c74c8260733c044a529dbd1e56bc /httemplate/edit/svc_domain.cgi | |
parent | 5c898c621e1343f8c116a75ca3131eb78229e09b (diff) |
NG auth: fix new customer, remove mapsecrets support, RT#21563
Diffstat (limited to 'httemplate/edit/svc_domain.cgi')
-rwxr-xr-x | httemplate/edit/svc_domain.cgi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/httemplate/edit/svc_domain.cgi b/httemplate/edit/svc_domain.cgi index c3307fa8c..417b1b4c5 100755 --- a/httemplate/edit/svc_domain.cgi +++ b/httemplate/edit/svc_domain.cgi @@ -148,8 +148,6 @@ my $export = $exports[0]; # If we have a domain registration export, get the registrar object my $registrar = $export ? $export->registrar : ''; -my $otaker = getotaker; - my $domain = $svc_domain->domain; my $p1 = popurl(1); |