Undefined index
This commit is contained in:
parent
b9e00b5b18
commit
3ece8ca56d
|
@ -390,7 +390,7 @@ class m_dom {
|
|||
}
|
||||
|
||||
function create_default_subdomains($domain,$target_domain=""){
|
||||
global $db;
|
||||
global $db,$err;
|
||||
$err->log("dom","create_default_subdomains",$domain);
|
||||
$query="SELECT sub, domain_type, domain_type_parameter FROM default_subdomains WHERE concerned = 'SLAVE' or concerned = 'BOTH' and enabled=1;";
|
||||
if(empty($target_domain)) {
|
||||
|
|
Loading…
Reference in New Issue