1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 22:40:39 +02:00

[ticket/17140] Add missing parameter phpbb_root_path

PHPBB3-17140
This commit is contained in:
Marc Alexander
2023-06-27 00:29:11 +02:00
parent 5ee2efd4c2
commit 85e5c9dcca

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
{ {