Skip to content
Snippets Groups Projects
Commit a01abc14 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Bug fix.

parent 6e8d9c8d
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ sub project_display_names {
} elsif ($type eq "Translation") {
my $to_translation = $to_transcript->translation();
return if ($to_translation);
return if (!$to_translation);
$to_translation->add_DBEntry($dbEntry);
$to_dbea->store($dbEntry, $to_translation, 'Translation') if (!$print);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment