diff --git a/phpBB/includes/functions_convert.php b/phpBB/includes/functions_convert.php index f4a63d27e0..85db5646b1 100644 --- a/phpBB/includes/functions_convert.php +++ b/phpBB/includes/functions_convert.php @@ -547,7 +547,7 @@ function _import_check($config_var, $source, $use_target) $result = array( 'orig_source' => $source, - 'copy' => false, + 'copied' => false, 'relative_path' => (empty($convert->convertor['source_path_absolute'])) ? true : false, );