From 6a54b01f6d01686045aaf38ac33ca01ee279552c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Mon, 30 Jul 2018 14:42:46 +0200 Subject: [PATCH] [ticket/15699] Remove comment PHPBB3-15699 --- phpBB/includes/acp/acp_storage.php | 3 --- 1 file changed, 3 deletions(-) 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)