From 85e5c9dcca7bbef3e6b3ed074cd3b410ac8c0196 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Tue, 27 Jun 2023 00:29:11 +0200 Subject: [PATCH] [ticket/17140] Add missing parameter phpbb_root_path PHPBB3-17140 --- phpBB/phpbb/db/migration/data/v30x/local_url_bbcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {