mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 15:45:34 +02:00
[ticket/14044] Try to fix missing table prefix
PHPBB3-14044
This commit is contained in:
parent
a761a4080d
commit
369024b56f
@ -98,6 +98,10 @@ class update extends task_base
|
||||
$this->language = $language;
|
||||
$this->phpbb_root_path = $phpbb_root_path;
|
||||
|
||||
// BC global for migrations
|
||||
global $table_prefix;
|
||||
$table_prefix = $container->get_parameter('table_prefix');
|
||||
|
||||
$this->cache = $container->get('cache.driver');
|
||||
$this->config = $container->get('config');
|
||||
$this->extension_manager = $container->get('ext.manager');
|
||||
|
Loading…
x
Reference in New Issue
Block a user