1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +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

@@ -51,7 +51,7 @@ class extension_manager extends manager
/**
* @var bool Purges extensions data when removing them?
*/
private $purge_on_remove = false;
private $purge_on_remove = true;
/**
* @param installer $installer Installer object