diff --git a/phpBB/phpbb/db/migration/data/v30x/local_url_bbcode.php b/phpBB/phpbb/db/migration/data/v30x/local_url_bbcode.php index 648ae9ce96..3ca428e63d 100644 --- a/phpBB/phpbb/db/migration/data/v30x/local_url_bbcode.php +++ b/phpBB/phpbb/db/migration/data/v30x/local_url_bbcode.php @@ -46,7 +46,7 @@ class local_url_bbcode extends \phpbb\db\migration\migration { if (function_exists('phpbb_require_updated')) { - phpbb_require_updated('includes/acp/acp_bbcodes.' . $this->php_ext); + phpbb_require_updated('includes/acp/acp_bbcodes.' . $this->php_ext, $this->phpbb_root_path); } else {