Skip to content
Snippets Groups Projects
Commit 8ee91ba4 authored by Graham McVicker's avatar Graham McVicker
Browse files

fixed broken archiveStableId test

parent edacc15e
No related branches found
No related tags found
No related merge requests found
......@@ -53,8 +53,13 @@ for my $asi ( @$transcripts ) {
debug( "Transcripts G1" );
_print_asi( $asi );
#get_translation_archive_id was changed to give back listref.
#this makes the function poorly named, but it is what the
#webteam uses so....
my $tl = $asi->get_translation_archive_id();
_print_asi( $tl );
foreach my $asi2 (@$tl) {
_print_asi( $asi2 );
}
}
#
......
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