From: Tara L Andrews Date: Mon, 1 Oct 2012 04:07:32 +0000 (+0200) Subject: need not tack on reltype X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=427c776af6a477bd63f8e1b5751b2556ebf11eaf;p=scpubgit%2Fstemmatology.git need not tack on reltype --- diff --git a/base/lib/Text/Tradition/Collation/RelationshipStore.pm b/base/lib/Text/Tradition/Collation/RelationshipStore.pm index 195eb09..69efe51 100644 --- a/base/lib/Text/Tradition/Collation/RelationshipStore.pm +++ b/base/lib/Text/Tradition/Collation/RelationshipStore.pm @@ -659,7 +659,6 @@ sub add_relationship { # Find all the pairs for which we need to set the relationship. if( $relationship->colocated && $relationship->nonlocal && !$thispaironly ) { my @global_set = $self->add_global_relationship( $relationship ); - map { push( @$_, $relationship->type ) } @global_set; push( @pairs_set, @global_set ); } if( $propagate ) {