diff options
author | Mate Bartus <mate.bartus@gmail.com> | 2015-10-28 01:12:52 +0100 |
---|---|---|
committer | Mate Bartus <mate.bartus@gmail.com> | 2015-10-28 01:12:52 +0100 |
commit | 33db26d0cf3161edb7c840c499c94f5b8f14a4e9 (patch) | |
tree | 79fc8e548364ce93f390e8cfae301d1ab677dd98 /phpBB/phpbb/install | |
parent | 369024b56fd96a9ca7174f36a706d9dce478ac3b (diff) | |
download | forums-33db26d0cf3161edb7c840c499c94f5b8f14a4e9.tar forums-33db26d0cf3161edb7c840c499c94f5b8f14a4e9.tar.gz forums-33db26d0cf3161edb7c840c499c94f5b8f14a4e9.tar.bz2 forums-33db26d0cf3161edb7c840c499c94f5b8f14a4e9.tar.xz forums-33db26d0cf3161edb7c840c499c94f5b8f14a4e9.zip |
[ticket/14044] global $table_prefix in constants.php
PHPBB3-14044
Diffstat (limited to 'phpBB/phpbb/install')
-rw-r--r-- | phpBB/phpbb/install/module/update_database/task/update.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/phpbb/install/module/update_database/task/update.php b/phpBB/phpbb/install/module/update_database/task/update.php index 015935e1de..2d640134a3 100644 --- a/phpBB/phpbb/install/module/update_database/task/update.php +++ b/phpBB/phpbb/install/module/update_database/task/update.php @@ -98,10 +98,6 @@ 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'); |