mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 02:51:35 +02:00
Merge pull request #6499 from marc1706/ticket/17140
[ticket/17140] Add missing parameter phpbb_root_path
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user