summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2004-12-23 11:39:19 +0000
committerivan <ivan>2004-12-23 11:39:19 +0000
commit74d770e94f656d69ae156903360238822a8baa45 (patch)
treeccd3311619c2cfbb4402821e9da8a838bd24068d /httemplate
parente9e81be2ffe4c08e52ccd9609838ffddab0ed6f2 (diff)
fix typo that manifests when using svc_www-enable_subdomains config option
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/edit/svc_www.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/svc_www.cgi b/httemplate/edit/svc_www.cgi
index 4989bb6..02fa64c 100644
--- a/httemplate/edit/svc_www.cgi
+++ b/httemplate/edit/svc_www.cgi
@@ -130,7 +130,7 @@ if ($pkgnum) {
} )
|| qsearchs( 'domain_record', {
svcnum => $svc_domain->svcnum,
- reczone => 'www.'.$svc-domain->domain.'.',
+ reczone => 'www.'.$svc_domain->domain.'.',
} );
}