From d95edf17faf65f9e0a0ab08b26736abae8bc25a6 Mon Sep 17 00:00:00 2001 From: Alex <40072887+alexdcrane@users.noreply.github.com> Date: Thu, 28 May 2026 09:27:34 -0700 Subject: [PATCH] Add domain settings button to domain profile (#8002) --- core/domains/domain_profile.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/domains/domain_profile.php b/core/domains/domain_profile.php index 0c8aa060e..9876ce027 100644 --- a/core/domains/domain_profile.php +++ b/core/domains/domain_profile.php @@ -47,7 +47,6 @@ $languages = $database->select($sql, null, 'all'); //get domain settings - $sql = "select * from v_domain_settings "; $sql .= "where domain_uuid = :domain_uuid "; $sql .= "and domain_setting_enabled = true "; @@ -330,7 +329,9 @@ if (!empty($unsaved)) { echo "