From 3b51124f1ce632d407a09d6d60f80d4e847c1189 Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Fri, 17 Jan 2025 10:06:20 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B07927=20-=20No=20context=20tag=20availabl?= =?UTF-8?q?e=20on=20designer=20MTP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup/unattended-install/unattended-install.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/unattended-install/unattended-install.php b/setup/unattended-install/unattended-install.php index 2ac9eafb7..cde9ff084 100644 --- a/setup/unattended-install/unattended-install.php +++ b/setup/unattended-install/unattended-install.php @@ -26,6 +26,8 @@ EOF; } ///////////////////////////////////////////////// +$oCtx = new ContextTag(ContextTag::TAG_SETUP); + $sCleanName = strtolower(trim(PHP_SAPI)); if ($sCleanName !== 'cli') {