Sergio Cambra
2014-07-08 9ec3045a846c5e46e5e1be87272449876b21ed1f
interface/web/sites/web_vhost_domain_edit.php
@@ -631,7 +631,7 @@
         /*
          * The domain-module is in use.
         */
         $domains = $app->tools_sites->getDomainModuleDomains();
         $domains = $app->tools_sites->getDomainModuleDomains($this->_vhostdomain_type == 'subdomain' ? null : "web_domain", $this->dataRecord["domain"]);
         $domain_select = '';
         $selected_domain = '';
         if(is_array($domains) && sizeof($domains) > 0) {