From 71ed784c605ee4cd6662880975de7da43951bed7 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Mon, 10 Jul 2023 09:43:28 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B06532=20-=20Fix=20missing=20"/"=20in=20pa?= =?UTF-8?q?th?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 32fd75bc4b3fb3a40f860e7ef892d86eefeeec98) --- core/coreexception.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/coreexception.class.inc.php b/core/coreexception.class.inc.php index 4b841ea8b..d27569168 100644 --- a/core/coreexception.class.inc.php +++ b/core/coreexception.class.inc.php @@ -6,6 +6,6 @@ * @deprecated 3.0.0 N°3663 Exception classes were moved to `/application/exceptions`, use autoloader instead of require ! */ -require_once __DIR__ . '../approot.inc.php'; +require_once __DIR__ . '/../approot.inc.php'; DeprecatedCallsLog::NotifyDeprecatedFile('Classes were moved to /application/exceptions and can be used directly with the autoloader');