From 9cbc0c5fa9fc3b27a3635ddce878c61411931813 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 14 Mar 2012 16:19:01 +0100 Subject: [PATCH] Force usage of WCF-application --- wcfsetup/install/files/lib/page/LessStylesheetsPage.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/lib/page/LessStylesheetsPage.class.php b/wcfsetup/install/files/lib/page/LessStylesheetsPage.class.php index e2a82fb4b3..d2f76627d7 100644 --- a/wcfsetup/install/files/lib/page/LessStylesheetsPage.class.php +++ b/wcfsetup/install/files/lib/page/LessStylesheetsPage.class.php @@ -1,6 +1,6 @@ getApplication('wcf'); + $application = new Application(1); $absolutePath = $application->domainName . $application->domainPath; $content = preg_replace('~url\(\'..\/~', 'url(\''.$absolutePath, $content); -- 2.20.1