mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00:00
Merge pull request #6499 from marc1706/ticket/17140
[ticket/17140] Add missing parameter phpbb_root_path
This commit is contained in:
commit
bdeedfea4e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue