You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1148,6 +1150,17 @@ function update($event_name, $data) {
1148
1150
$temp_domains[] = $subdomain['domain'];
1149
1151
}
1150
1152
}
1153
+
1154
+
//* then, add alias domain if we have
1155
+
$aliasdomains = $app->db->queryAllRecords('SELECT domain,subdomain FROM web_domain WHERE parent_domain_id = '.intval($data['new']['domain_id'])." AND active = 'y' AND type = 'alias'");
@@ -1267,7 +1269,18 @@ function update($event_name, $data) {
1267
1269
$temp_domains[] = $subdomain['domain'];
1268
1270
}
1269
1271
}
1270
-
1272
+
1273
+
//* then, add alias domain if we have
1274
+
$aliasdomains = $app->db->queryAllRecords('SELECT domain,subdomain FROM web_domain WHERE parent_domain_id = '.intval($data['new']['domain_id'])." AND active = 'y' AND type = 'alias'");
0 commit comments