Skip to content
Snippets Groups Projects
Commit 9c3d65f4 authored by Till Brehm's avatar Till Brehm
Browse files

Fixed editing subdomain fails with domain limit module on.

parent 7bd9904b
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ class page_action extends tform_actions {
/*
* The domain-module is in use.
*/
$domains = $app->tools_sites->getDomainModuleDomains($this->_vhostdomain_type == 'subdomain' ? null : "web_domain", $this->dataRecord['domain']);
$domains = $app->tools_sites->getDomainModuleDomains($this->_vhostdomain_type == 'subdomain' ? null : "web_domain");
$domain_select = "<option value=''></option>";
$selected_domain = '';
if(is_array($domains) && sizeof($domains) > 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment