From: ivan Date: Thu, 23 Dec 2004 11:39:19 +0000 (+0000) Subject: fix typo that manifests when using svc_www-enable_subdomains config option X-Git-Tag: BEFORE_FINAL_MASONIZE~760 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=74d770e94f656d69ae156903360238822a8baa45 fix typo that manifests when using svc_www-enable_subdomains config option --- diff --git a/httemplate/edit/svc_www.cgi b/httemplate/edit/svc_www.cgi index 4989bb610..02fa64c07 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.'.', } ); }