diff options
| author | Igor Wiedler <igor@wiedler.ch> | 2012-11-10 23:35:52 +0100 |
|---|---|---|
| committer | Igor Wiedler <igor@wiedler.ch> | 2012-11-10 23:35:52 +0100 |
| commit | 8851b797fbf0f1b4120aa4d3ae713711e01ef98f (patch) | |
| tree | 40d53529f0c675611c880b6c9789353ae485cf7c /phpBB/install/database_update.php | |
| parent | 231d743ba9966e8304e0dd226ebf5eb7fb3b70d8 (diff) | |
| download | forums-8851b797fbf0f1b4120aa4d3ae713711e01ef98f.tar forums-8851b797fbf0f1b4120aa4d3ae713711e01ef98f.tar.gz forums-8851b797fbf0f1b4120aa4d3ae713711e01ef98f.tar.bz2 forums-8851b797fbf0f1b4120aa4d3ae713711e01ef98f.tar.xz forums-8851b797fbf0f1b4120aa4d3ae713711e01ef98f.zip | |
[ticket/11152] Create separate function for debug-dependent container
PHPBB3-11152
Diffstat (limited to 'phpBB/install/database_update.php')
| -rw-r--r-- | phpBB/install/database_update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index bc45b27cdc..add59b3c85 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -117,7 +117,7 @@ $phpbb_class_loader_ext = new phpbb_class_loader('phpbb_ext_', "{$phpbb_root_pat $phpbb_class_loader_ext->register(); // Set up container -$phpbb_container = phpbb_create_compiled_container( +$phpbb_container = phpbb_create_dumped_container_unless_debug( array( new phpbb_di_extension_config($phpbb_root_path . 'config.' . $phpEx), new phpbb_di_extension_core($phpbb_root_path), |
