git-svn-id: file:///svn/phpbb/trunk@6907 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2007-01-19 11:42:45 +00:00
parent bc553355d6
commit 2c4a82fdd3

View file

@ -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,
);