From 71cd61dfe4f1f7ebaed5b25c430bb624e0a6cecf Mon Sep 17 00:00:00 2001 From: Molkobain Date: Wed, 14 Aug 2019 10:30:43 +0200 Subject: [PATCH] Internal: Remove ClassLoader affectation from bootstrap.inc.php as we don't use it yet. --- bootstrap.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.inc.php b/bootstrap.inc.php index 5cdea5347..56d47adfb 100644 --- a/bootstrap.inc.php +++ b/bootstrap.inc.php @@ -19,6 +19,6 @@ */ require_once __DIR__.'/approot.inc.php'; -$oClassLoader = require APPROOT.'/lib/autoload.php'; +require_once APPROOT.'/lib/autoload.php'; // Require here files containing PHP instructions \ No newline at end of file