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:
parent
5ee2efd4c2
commit
85e5c9dcca
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user