From 9dec83fff23167c1c11dd3c9804f2d8f4d89a9f8 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Mon, 9 Dec 2024 08:57:18 +0100 Subject: [PATCH] can-edit-domain is not required to create subdomains of that domain if subdomains are allowed Signed-off-by: Michael Kaufmann --- customer_domains.php | 1 - 1 file changed, 1 deletion(-) diff --git a/customer_domains.php b/customer_domains.php index c87105c0..95f48f6e 100644 --- a/customer_domains.php +++ b/customer_domains.php @@ -141,7 +141,6 @@ if ($page == 'overview' || $page == 'domains') { WHERE `customerid` = :customerid AND `parentdomainid` = '0' AND `email_only` = '0' - AND `caneditdomain` = '1' AND `deactivated` = '0' ORDER BY `domain` ASC"); Database::pexecute($stmt, [