fix typo that manifests when using svc_www-enable_subdomains config option
authorivan <ivan>
Thu, 23 Dec 2004 11:39:19 +0000 (11:39 +0000)
committerivan <ivan>
Thu, 23 Dec 2004 11:39:19 +0000 (11:39 +0000)
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.'.',
                     } );
         }