typo
This commit is contained in:
parent
5239c2c395
commit
90f8f6b1fe
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user