We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 501a249 + 3e22930 commit 7f4c7ceCopy full SHA for 7f4c7ce
migrations/base.php
@@ -32,6 +32,7 @@ protected function get_titania_config()
32
33
$this->titania_config = new \phpbb\titania\config\config(
34
$phpbb_container->get('config'),
35
+ $phpbb_container->get('config_text'),
36
$phpbb_container->getParameter('core.root_path') . 'ext/phpbb/titania/',
37
$phpbb_container->getParameter('core.php_ext')
38
);
0 commit comments