aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-03-02 14:15:59 -0600
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-03-02 14:15:59 -0600
commita6f877c0d84ff102d3812246eae7469e191983e2 (patch)
treebe1cdff6c816abba3350d129c2d726aef33b5c14 /phpBB/config
parent024c21f30d9873aa21d275ab85a6d662d9024089 (diff)
downloadforums-a6f877c0d84ff102d3812246eae7469e191983e2.tar
forums-a6f877c0d84ff102d3812246eae7469e191983e2.tar.gz
forums-a6f877c0d84ff102d3812246eae7469e191983e2.tar.bz2
forums-a6f877c0d84ff102d3812246eae7469e191983e2.tar.xz
forums-a6f877c0d84ff102d3812246eae7469e191983e2.zip
[ticket/11386] Fix circular reference error & serialize error
PHPBB3-11386
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/migrator.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/config/migrator.yml b/phpBB/config/migrator.yml
index fc534227f5..42445ef9bf 100644
--- a/phpBB/config/migrator.yml
+++ b/phpBB/config/migrator.yml
@@ -5,12 +5,13 @@ services:
- @config
- @dbal.conn
- @dbal.tools
- - @ext.manager
- %tables.migrations%
- %core.root_path%
- %core.php_ext%
- %core.table_prefix%
- @migrator.tool_collection
+ calls:
+ - [set_extension_manager, [@ext.manager]]
migrator.tool_collection:
class: phpbb_di_service_collection