Skip to content
Snippets Groups Projects
Commit 9de2062c authored by Steve Trevanion's avatar Steve Trevanion
Browse files

This tweak from e68 should've made it to the head, don't knwo why it didn't

parent 92938072
No related branches found
No related tags found
No related merge requests found
......@@ -1028,8 +1028,7 @@ sub species {
$self->{'_species'} = shift if (@_);
# get species name from database if not set
unless ($self->{'_species'}) {
$self->{'_species'} = join('_',
split(/ /, $self->get_species_scientific_name));
$self->{'_species'} = $self->get_species_scientific_name;
}
return $self->{'_species'};
}
......
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