Skip to content

Commit

Permalink
update search category list
Browse files Browse the repository at this point in the history
  • Loading branch information
MingChen0919 committed May 23, 2017
1 parent 0800145 commit 57e3af6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tripal_elasticsearch.module
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,10 @@ function tripal_elasticsearch_block_view($delta = '') {
$keyword = $path[3];
$block['content'] = get_website_search_results_category_list($keyword);
break;
default:
$block['content'] = '';
break;
}
} else {
$block['content'] = '';
}
}
break;
Expand Down

0 comments on commit 57e3af6

Please sign in to comment.