diff --git a/libraries/import/ldi.php b/libraries/import/ldi.php index 81d46ada5f..404ac293c3 100644 --- a/libraries/import/ldi.php +++ b/libraries/import/ldi.php @@ -43,7 +43,7 @@ if ($import_type == 'table') { ); } else { /* We do not define function when plugin is just queried for information above */ - if ($import_file == 'none' || $compression != 'none' || $charset_converion) { + if ($import_file == 'none' || $compression != 'none' || $charset_conversion) { // We handle only some kind of data! $message = $strInvalidLDIImport; $show_error_header = TRUE;