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.
1 parent f13f575 commit 3e22930Copy full SHA for 3e22930
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