1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/11150] Purge on remove by default

PHPBB3-11150
This commit is contained in:
Tristan Darricau
2015-09-17 11:00:17 +02:00
committed by Tristan Darricau
parent b10719d03d
commit 65cd20539f
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ class extensions_composer extends \phpbb\db\migration\migration
array('config.add', array('exts_composer_json_file', 'composer-ext.json')),
array('config.add', array('exts_composer_vendor_dir', 'vendor-ext/')),
array('config.add', array('exts_composer_enable_on_install', false)),
array('config.add', array('exts_composer_purge_on_remove', false)),
array('config.add', array('exts_composer_purge_on_remove', true)),
array('module.add', array(
'acp',
'ACP_EXTENSION_MANAGEMENT',