pass $self to a method call, oops
Tara L Andrews [Wed, 25 Apr 2012 12:46:28 +0000 (14:46 +0200)]
lib/Text/Tradition/Collation.pm

index 7b26135..b246c7e 100644 (file)
@@ -1386,7 +1386,7 @@ sub path_text {
        $start = $self->start unless $start;
        $end = $self->end unless $end;
        my @path = grep { !$_->is_meta } $self->reading_sequence( $start, $end, $wit );
-       return _text_from_path( @path );
+       return $self->_text_from_path( @path );
 }
 
 # Utility function so that we can cheat and use it when we need both the path