diff --git a/phpBB/includes/acp/acp_storage.php b/phpBB/includes/acp/acp_storage.php index af7141dc92..bddf1cf460 100644 --- a/phpBB/includes/acp/acp_storage.php +++ b/phpBB/includes/acp/acp_storage.php @@ -158,9 +158,6 @@ class acp_storage trigger_error($this->user->lang('FORM_INVALID') . adm_back_link($this->u_action), E_USER_WARNING); } - // TODO: If both providers are the same, and remove - // old files is checked, the files could be only moved - // Copy files from the old to the new storage $i = 0; foreach ($this->state['storages'] as $storage_name => $storage_options)