From fc9e06d7aafa0f21ce9cbecd948a21fc0f16cbf4 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 17 Feb 2022 11:34:52 +0200 Subject: [PATCH] fix --- public/portal/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/portal/index.php b/public/portal/index.php index 4130970363..cce9cf86c9 100644 --- a/public/portal/index.php +++ b/public/portal/index.php @@ -43,6 +43,8 @@ if (!$app->isInstalled()) { exit; } +$basePath = null; + if (Url::detectIsInPortalDir()) { $basePath = '../';