Marius Cramer
2014-07-08 adb0e74cf23b4d766f29ef3662751cc59046a4cc
interface/web/sites/web_vhost_domain_edit.php
@@ -634,7 +634,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) {