Skip to content

Commit

Permalink
Issue #3658: Small fix for parameter change.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter committed Jul 31, 2024
1 parent b1dd2e1 commit 9cf9743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/System/ImportExport/ObjectBackend/Translations.pm
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ sub ImportDataSave {

$Success = $TranslationsObject->WriteTranslationFile(
UserLanguage => $Language,
Import => 0,
Import => 1,
) || 0;

if ( !$Success ) {
Expand Down

0 comments on commit 9cf9743

Please sign in to comment.