1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-01 20:19:13 +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
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'))
{
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
{