fix typo that manifests when using svc_www-enable_subdomains config option
[freeside.git] / httemplate / edit / svc_www.cgi
index 4989bb6..02fa64c 100644 (file)
@@ -130,7 +130,7 @@ if ($pkgnum) {
                       } )
                    || qsearchs( 'domain_record', {
                                   svcnum  => $svc_domain->svcnum,
-                                  reczone => 'www.'.$svc-domain->domain.'.',
+                                  reczone => 'www.'.$svc_domain->domain.'.',
                     } );
         }