Skip to content
Snippets Groups Projects
Commit 10818107 authored by Arne Stabenau's avatar Arne Stabenau
Browse files

bugfix

parent 0f3f92b6
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ sub get_all_predecessors {
sub get_all_successors {
my $self = shift;
$self->adaptor->fetch_succ_by_arch_id();
$self->adaptor->fetch_succ_by_arch_id( $self );
}
......
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