Skip to content

Commit 3e22930

Browse files
committed
Fix migration installation error
1 parent f13f575 commit 3e22930

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

migrations/base.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ protected function get_titania_config()
3232

3333
$this->titania_config = new \phpbb\titania\config\config(
3434
$phpbb_container->get('config'),
35+
$phpbb_container->get('config_text'),
3536
$phpbb_container->getParameter('core.root_path') . 'ext/phpbb/titania/',
3637
$phpbb_container->getParameter('core.php_ext')
3738
);

0 commit comments

Comments
 (0)