Skip to content

Commit

Permalink
Forgot one place.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Oct 17, 2016
1 parent 9dc449a commit b7899ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/task/taxonomies.py
Expand Up @@ -213,7 +213,7 @@ def _generate_classification_page(self, taxonomy, classification, post_list, lan
if len(filtered_posts) == 0 and taxonomy.omit_empty_classifications:
return
# Should we create this list?
if not taxonomy.generate_classification_list(classification, filtered_posts, lang):
if not taxonomy.should_generate_classification_list(classification, filtered_posts, lang):
return
# Get data
context, kw = taxonomy.provide_context_and_uptodate(classification, lang)
Expand Down

0 comments on commit b7899ea

Please sign in to comment.