From f608581159f6b50c5da95f8eceb94fe561e4e015 Mon Sep 17 00:00:00 2001 From: Michel Mendiola Date: Tue, 24 Sep 2024 11:02:10 -0600 Subject: [PATCH] feat: update autoload require --- other/update_unicode_data.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/update_unicode_data.php b/other/update_unicode_data.php index b433ff5e4b..65895bbe3d 100644 --- a/other/update_unicode_data.php +++ b/other/update_unicode_data.php @@ -54,7 +54,7 @@ } // 4. Get some more stuff we need. -require_once '/vendor/autoload.php'; +require_once $boarddir . '/vendor/autoload.php'; SMF\Config::$boarddir = $boarddir; SMF\Config::$sourcedir = $sourcedir;