Skip to content
Snippets Groups Projects
Commit 36bf4a4a authored by Ian Longden's avatar Ian Longden
Browse files

typo fixed

parent 5ac81f8a
No related branches found
No related tags found
No related merge requests found
......@@ -525,7 +525,7 @@ sub get_all_synonyms {
my $self = shift;
# lazy-load synonyms if required
if (!$self->{synonyms} & $self->{adaptor}) {
if (!$self->{synonyms} && $self->{adaptor}) {
$self->{synonyms} = $self->{adaptor}->fetch_all_synonyms($self->dbID());
}
......
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