1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-22 16:40:21 +01:00

[ticket/15651] Remove unnecessary condition

module.remove internally check if the module exists

PHPBB3-15651
This commit is contained in:
Jakub Senko 2018-06-18 13:42:42 +02:00
parent 02cbb864a5
commit 6fdb7486ad
No known key found for this signature in database
GPG Key ID: 6A7C328CD66EC21E

View File

@ -32,10 +32,7 @@ class add_help_phpbb extends \phpbb\db\migration\migration
return array(
array('config.add', array('help_send_statistics', true)),
array('config.add', array('help_send_statistics_time', 0)),
array('if', array(
array('module.exists', array('acp', false, 'ACP_SEND_STATISTICS')),
array('module.remove', array('acp', false, 'ACP_SEND_STATISTICS')),
)),
array('module.remove', array('acp', false, 'ACP_SEND_STATISTICS')),
array('module.add', array(
'acp',
'ACP_SERVER_CONFIGURATION',