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
Copy file name to clipboardExpand all lines: interface/web/mail/mail_domain_edit.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -730,7 +730,7 @@ private function find_soa_domain($domain) {
730
730
$soaDomain = $domain . '.';
731
731
$soa = null;
732
732
while ((!isset($soa) && (substr_count($soaDomain,'.') > 1))) {
733
-
$soa = $app->db->queryOneRecord("SELECT id AS zone, sys_userid, sys_groupid, sys_perm_user, sys_perm_group, sys_perm_other, server_id, ttl, serial FROM dns_soa WHERE active = 'Y' AND origin = ?", $soaDomain);
733
+
$soa = $app->db->queryOneRecord("SELECT `id` AS `zone`, `sys_userid`, `sys_groupid`, `sys_perm_user`, `sys_perm_group`, `sys_perm_other`, `server_id`, `ttl`, `serial` FROM `dns_soa` WHERE `active` = 'Y' AND `origin` = ?", $soaDomain);
0 commit comments