Skip to content

Commit

Permalink
Forgot one place.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jun 4, 2017
1 parent 30efe17 commit 877babc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/nikola.py
Expand Up @@ -983,7 +983,7 @@ def __init__(self, **config):
if not callable(filter_definition):
continue
# Register all other objects as filters
site.register_filter(filter_name_format.format(filter_name), filter_definition)
self.register_filter(filter_name_format.format(filter_name), filter_definition)

self._set_global_context_from_config()
# Read data files only if a site exists (Issue #2708)
Expand Down

0 comments on commit 877babc

Please sign in to comment.