Merge pull request #6499 from marc1706/ticket/17140

[ticket/17140] Add missing parameter phpbb_root_path
This commit is contained in:
Marc Alexander 2023-06-28 13:35:50 +02:00
commit bdeedfea4e
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -46,7 +46,7 @@ class local_url_bbcode extends \phpbb\db\migration\migration
{ {
if (function_exists('phpbb_require_updated')) 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 else
{ {