Skip to content
Snippets Groups Projects
Commit 6a38b8d9 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

*** empty log message ***

parent 00a9c152
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ sub fetch_all_by_Slice_and_score {
my ( $self, $slice, $score, $logic_name ) = @_;
my $constraint;
if ( defined $score ) {
if ( defined($score) ) {
# Get the synonym of the primary_table
my @tabs = $self->_tables();
my $syn = $tabs[0]->[1];
......
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