Skip to content

Commit

Permalink
feat: update autoload require
Browse files Browse the repository at this point in the history
  • Loading branch information
MissAllSunday committed Sep 24, 2024
1 parent 31d5afe commit f608581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion other/update_unicode_data.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit f608581

Please sign in to comment.